Deployment
Following the configuration of the application.yml file, the application can be deployed and executed either within a Docker container environment or orchestrated via a Helm chart for Kubernetes (k8s) deployments.
Docker container deployment
To instantiate the application as a Docker container, execute the following command:
Kubernetes deployment (Helm Chart)
For Kubernetes environments, the application can be deployed using the provided Helm chart, accessible at https://{REGISTRY_URL}/repository/helm/.
Installation order:
-
Create a namespace.
-
Create a secret to access the private Docker registry, using the address (
REGISTRY_URL), login (USERNAME) and password (PASSWORD) received from the vendor. -
Install Helm using your preferred method.
-
Run the following commands to add the current Helm repository to the local machine:
-
Create a
values.yamlfile with the following content: -
Run the command to install the chart
