Skip to main content
Version: 15.0

Deployment Scenario

ADOGRC 15.0 is based on a containerized application architecture. The application is designed for deployment in a Kubernetes environment using the supplied Helm chart and consists of OCI-compliant container images.

The deployment architecture consists of the following main components:

  • The ADOGRC Web Server exposes the ADOGRC web application and handles incoming HTTP(S) requests.

  • The ADOGRC Application Server contains the core application logic and provides access to the ADOGRC database.

  • An external PostgreSQL or Microsoft SQL Server database stores all persistent repository and application data.

The web server and application server communicate through the internal deployment network. Users and administrators access ADOGRC and the ADOGRC Administration exclusively through a web browser.

Deployment Overview

The deployment process consists of the following high-level steps:

  1. Verify that all Hardware/Software Requirements are met.

  2. Prepare your environment for the ADOGRC Kubernetes deployment.

  3. Create a new ADOGRC database or upgrade an existing database.

  4. Prepare the deployment configuration and deploy ADOGRC in your Kubernetes environment.

note

The following chapters describe these procedures in detail: