In this project, we will be creating AKS cluster the right way by using service principle.kubeconfig and service principle will be generated after the terraform plan and secret will be upload to keyvault to be used further.
- Resource Group
- Service Principle
- AKS cluster using the SPN
- Azure key vault to store the client secret
- Secret uploaded to key vault
- Terraform logged in in CLI using Token authentication
- Azure CLI installed and logged in
az login --use-device-codealias tf=terraformtf inittf plantf apply --auto-approve




