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

Cesar De la Torre 2018-09-19 16:31:43 -07:00
parent 06158f37eb
commit 01537da6de

@ -5,9 +5,9 @@ It is possible to deploy eShopOnContainers on a AKS using [Helm](https://helm.sh
## Create Kubernetes cluster in AKS
You can create the AKS cluster by using two ways:
- Use Azure CLI: Follow a procedure suing [Azure CLI like here](https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough), but make sure you enable RBAC.
- A. Use Azure CLI: Follow a procedure suing [Azure CLI like here](https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough), but make sure you enable RBAC.
- Use Azure's portal
- B. Use Azure's portal
The following steps are using the Azure portal to create the AKS cluster: