Skip to content

sergekryshtop/gab2018_aksdemo

Repository files navigation

"# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published