Accéder au contenu principal
Version : 19.0

Deployment of ADONIS

In this chapter we will show you how to set up ADONIS. In the world of containers, there is no installation in the traditional sense, therefore we will refer to the process as deploy and undeploy. in this manual. Kubernetes is a container orchestration platform which simplifies deployment, management and scaling of applications like ADONIS.

As Kubernetes is the platform on which other tools can build upon, there are different ways how a cluster can be set up and there is a number of different software stacks which replace or extend functionality in the Kubernetes platform. The guide aims to be agnostic of third party software, with the exception of helm, therefore we provide an example of a deployment using only built-in functionality.

Depending on your specific set up of the Kubernetes cluster and which third party software you are using, you will have to adapt some steps in the manual and add necessary steps to make sure you have a reliable, scalable and secure deployment.