Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 853 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 853 Bytes

Azure AKS Deployment

PoC on AKS cluster deployment using Terraform

Pre-requisite

Quickstart

  • Checkout the repo
  • Log into Azure
    • az login
  • From project root, run the following:
    • terraform init
    • terraform plan
    • terraform apply
      • Deploys an Azure vNet and a 2 node AKS clusters using Azure-CNI
  • Connect to AKS
    • terraform output kube_config > ~/.kube/config or az aks get-credentials -g <resource-group> -n <aks-cluster-name>
      • kubectl get nodes # Verify 2 nodes deployed via Terraform