From dcc4d8dd23e1ea0f1af64ec6c2c70722edae7322 Mon Sep 17 00:00:00 2001 From: Sergii Kryshtop Date: Fri, 20 Apr 2018 14:38:50 +0300 Subject: [PATCH] Add scenario plan --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d7e45c..6f7eae1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ "# gab2018_aksdemo" # Deploying application to AKS demo scriptDeploying application to AKS demo script -## Preparing local invironment +## 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) @@ -11,6 +13,18 @@ For Windows: (https://aka.ms/installazurecliwindows) 2. Install SSH client for Windows: Putty (https://www.putty.org/) -# Setting up Linux VM +### Setting up Linux VM Follow following instructions to provision and setup Linux VM in Azure -[Setup Linux VM in Azure](./SetupLinuxVM.md) \ No newline at end of file +[Setup Linux VM in Azure](./SetupLinuxVM.md) + + +## Provisioning AKS Cluster + + + + +## Deploying sample application + + + +## Scaling AKS Cluster \ No newline at end of file