Creating Azure Kubernetes Service using Terraform
- Ways of Working with Terraform:
- Ensure you are aware of manual creation steps and make a note of inputs
- For each resource created, express a desired state in terraform template
- For multi user working enable backends
- For multi user and multi environment enable backends + workspaces
- Ensure we have tfvars file per environment
- If possible try to create a module out of the activity to reuse.
Manual creation of Azure Kubernetes Service
- Manual creation steps
- Create AKS Cluster
- configure connection
Terraform
- Refer Here for azure guide to create aks cluster
- Refer Here for changes.
