Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.26 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.26 KB

"# gab2018_aksdemo"

Deploying application to AKS demo scriptDeploying application to AKS demo script

Preparing environments

Preparing local invironment

*** Need to install Azure CLI to proxy access to AKS dashboard

  1. Install Azure CLI Find installation instructions on: (https://docs.microsoft.com/fi-FI/cli/azure/install-azure-cli?view=azure-cli-latest)

For Windows: (https://aka.ms/installazurecliwindows)

  1. Install SSH client for Windows: Putty (https://www.putty.org/)

Setting up Linux VM

Follow following instructions to provision and setup Linux VM in Azure Setup Linux VM in Azure

Demo

Provisioning AKS Cluster

Create Managed Kubernetes Cluster

Deploying sample application

Deploy app to cluster

Scaling AKS Cluster

  • Add another node to the cluster

az aks scale -n gab18aks -g gab18aks --node-count 2

  • Open K8s Dashboard

az aks browse -n gab18aks -g gab18aks

Other