Last updated
Was this helpful?
Last updated
Was this helpful?
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 (infra-as-code) and then deploy the DIGIT platform services as config-as-code using .
Know about AKS:
Know what is terraform:
Azure subscription: If you don't have an Azure subscription, create a before you begin.
Install Azure
Configure Terraform: Follow the directions in the article,
Azure service principal: Follow the directions in the Create the service principal section in the article, . Take note of the values for the appId, displayName, password, and tenant.
Install on your local machine which helps you interact with the Kubernetes cluster.
Install that helps you package the services along with the configurations, environments, secrets, etc into
The pre-requisites for deploying on Azure