Kubernetes In Microsoft Azure

The simplest method to get up and running with AKS is via the azure CLI.You can find instructions to install it here. Once you have az setup, you can login via the az login command.After successfull authentication you are pretty much ready to create a managed kubernetes cluster(AKS) in Azure.AKS has not reached GA and is in preview now.Therefore you are limited to regions listed (here][https://github.com/Azure/AKS] resource group The first step is to create a resource group in any of the avialable regions....

March 3, 2018 · 1 min · scriptonist