From ab6c020091f9d5401146e1bd49f749717fb8def4 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Wed, 19 Sep 2018 13:16:14 -0700 Subject: [PATCH] Updated 10.1 Deploying to Kubernetes (AKS and local) using Helm Charts (markdown) --- ...ploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/10.1-Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md b/10.1-Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md index 4af9e8c..b99e61d 100644 --- a/10.1-Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md +++ b/10.1-Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md @@ -4,9 +4,9 @@ It is possible to deploy eShopOnContainers on a AKS using [Helm](https://helm.sh ## Pre-requisites -Despite an AKS created and kubectl and Azure CLI installed and configured to use your subscription, there are also following pre-requisites: +In addition of having an AKS cluster created in Azure and having kubectl and Azure CLI installed in your local machine and configured to use your Azure subscription, you also need the following pre-requisites: -### Installing helm +### Install Helm You need to have helm installed on your machine, and Tiller must be installed on the AKS. Follow [these instructions](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/aks/kubernetes-helm.md) to setup Helm and Tiller for AKS