Accéder au contenu principal
Version : 19.0

Deployment Scenario

ADONIS 19.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 ADONIS Web Server exposes the ADONIS web application and handles incoming HTTP(S) requests.

  • The ADONIS Application Server contains the core application logic and provides access to the ADONIS 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 ADONIS and the ADONIS 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 ADONIS Kubernetes deployment.

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

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

Remarque

The following chapters describe these procedures in detail: