Azure Kubernetes Service (AKS)
Microsoft Azure Kubernetes Service (AKS) You can create a Kubernetes cluster either through the Azure portal website , or using the Azure command line tools. This page describes the commands required to setup a Kubernetes cluster using the command line. If you prefer to use the Azure portal see the Azure Kubernetes Service quickstart . Prepare your Azure shell environment. You have two options, one is to use the Azure interactive shell, the other is to install the Azure command-line tools locally. Instructions for each are below. Using the Azure interactive shell . The Azure Portal contains an interactive shell that you can use to communicate with your Kubernetes cluster. To access this shell, go to portal.azure.com and click on the button below. Note If you get errors like could not retrieve token from local cache , try refreshing your browser window. The first time you do this, you’ll be asked to create...