1. Azure Pre-requisites
The Azure Kubernetes Service (AKS) is one of the Azure services for deploying, managing and scaling any distributed and containerized workloads, here we can provision the AKS cluster on Azure from the ground up using terraform (infra-as-code) and then deploy the DIGIT platform services as config-as-code using Helm.
- 1.Azure subscription: If you don't have an Azure subscription, create a free account before you begin.
- 2.
- 3.
- 4.Azure service principal: Follow the directions in the Create the service principal section in the article, Create an Azure service principal with Azure CLI. Take note of the values for the appId, displayName, password, and tenant.
- 5.
- 6.Install Helm that helps you package the services along with the configurations, envs, secrets, etc into kubernetes manifests.
Last modified 2mo ago