Updated 10.1 Deploying to Kubernetes (AKS and local) using Helm Charts (markdown)

Cesar De la Torre 2018-09-19 13:16:14 -07:00
parent 10afbe2c0b
commit ab6c020091

@ -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