From aaae095995c36e9005825c7b113cb7e038b91e37 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Thu, 20 Sep 2018 13:41:20 -0700 Subject: [PATCH] Updated 10.1 Deploying to Kubernetes (AKS and local) using Helm Charts (markdown) --- ...Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fa5fcc8..6fe99e1 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 @@ -5,7 +5,7 @@ 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: -- 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** and **enable application routing** with `--enable-addons http_application_routing` in `az aks create` command. +- 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** with `--enable-rbac` and **enable application routing** with `--enable-addons http_application_routing` in `az aks create` command. - B. Use Azure's portal