SwapnilSwapnil's Studio
Azure CloudEp 9

Azure Kubernetes Service (AKS) — Containers at Scale

Run containerized applications at scale with AKS — managed Kubernetes with Azure integration.

10
slides
🖥️Azure Demo Steps
  1. 1Create an AKS cluster from Azure Portal (2-node cluster)
  2. 2Connect with kubectl via Cloud Shell
  3. 3Deploy a sample app: kubectl apply -f deployment.yaml
  4. 4Expose deployment as a LoadBalancer service
  5. 5Scale deployment to 3 replicas: kubectl scale
  6. 6Show Kubernetes dashboard and pod logs
  7. 7Enable Cluster Autoscaler