Category: Kubernetes, Terraform, Infrastructure, github, shell

This written Infra as Code (IaC) workshop show how to create AKS cluster using HashicorpTerraformAzure Kubernetes Service (AKS) is a highly available, secure, and fully managed Kubernetes service of Microsoft Azure. The fully managed Azure Kubernetes Service (AKS) makes deploying and managing containerized applications easy.

With Terraform, you can put a bunch of code inside of a Terraform module and reuse that module in multiple places throughout your code.

learn more about Azure SPs here- Now everything is ready to create the AKS cluster.- The last section of this deployment consists of logs and the cluster health checks

To verify the connection to your cluster, use the kubectl get command to return a list of the cluster nodes.

Related Articles