Skip to content

yamaszone/azure-aks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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