Kubernetes setup updated

Cesar De la Torre 2017-05-15 17:40:18 -07:00
parent 27e52d822a
commit 02bd8a9669
3 changed files with 5 additions and 1 deletions

Binary file not shown.

Binary file not shown.

@ -161,7 +161,11 @@ Next, to verify the installation was successful, run `az --version` from your co
You should see the version number of Azure CLI and other dependent libraries installed on your computer. You should see the version number of Azure CLI and other dependent libraries installed on your computer.
## Creating a Kubernetes cluster in ACS (Azure Container Service) and Azure environment ## Creating a Kubernetes cluster in ACS (Azure Container Service) and Azure environment
TBD As optional procedure, you can manually create your Kubernetes cluster and Azure Container Registry, as in the following links:
* A Kubernetes cluster. Follow Azure Container Service's [walkthrough](https://docs.microsoft.com/en-us/azure/container-service/container-service-kubernetes-walkthrough) to create one.
* A private Docker registry. Follow Azure Container Registry's [guide](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-portal) to create one.
However, unless you want to spend more time learning, step by step, how to create an ACS cluster and ACR, it is recommended to create those prerequisites with the scripts in the following procedure, as it'll be much quicker for you to set it up.
## Creating the Azure environment automatically with a PowerShell script provided by eShopOnContainers ## Creating the Azure environment automatically with a PowerShell script provided by eShopOnContainers
You can run the gen-k8s-env.ps1 PowerShell script (from eShopOnContainers) to automatically create the Azure environment needed for a Kubernetes deployment. You can run the gen-k8s-env.ps1 PowerShell script (from eShopOnContainers) to automatically create the Azure environment needed for a Kubernetes deployment.