Updated 10. Setting the solution up in AKS (Azure Kubernetes Service) (markdown)

Cesar De la Torre 2018-05-17 12:54:18 -07:00
parent ba77b70bba
commit 90360762ca

@ -18,6 +18,8 @@ Azure cli 2.0 or later must be installed in your dev machine [installation guide
### The Kubernetes command line client, `kubectl`.
`kubectl` can be installed with the `az` tool as described in the Azure Container Service [walkthrough](https://docs.microsoft.com/en-us/azure/container-service/container-service-kubernetes-walkthrough). `az` is also helpful for getting the credentials `kubectl` needs to access your cluster. For other installation options, and information about configuring `kubectl` yourself, see the [Kubernetes documentation](https://kubernetes.io/docs/tasks/kubectl/install/).
## Option A: Manually create the infrastructure in Azure
### A Kubernetes cluster in AKS.
You can follow any of the following approaches in order to create a Kubernetes cluster in AKS:
@ -36,11 +38,10 @@ You can follow any of the following approaches:
* B. Create an ACR registry with Azure CLI: [Walkthrough](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-azure-cli)
### Simple/quick ready-to-go script to create all the infrastructure in Azure
## Option B: Automatically create all the infrastructure in Azure with a ready-to-go script
Create ALL the Azure infrastructure with an eShopOnContainer's ready-to-go script.
Optionally, previous steps related to Azure infrastructure can be skipped if you run the **gen-k8s-env-aks.ps1** script to automatically create the Azure environment needed for the Kubernetes deployment. That includes the AKS cluster and optionally the ARC container registry.
All previous steps related to Azure infrastructure can be skipped if you run the **gen-k8s-env-aks.ps1** script to automatically create the Azure environment needed for the Kubernetes deployment. That includes the AKS cluster and optionally the ARC container registry.
For example just by running the following cli script it would create to create the AKS cluster.