Kubernetes Clusters on Microsoft Azure with Azure Kubernetes Service
The final public cloud Kubernetes service we’ll examine is Azure Kubernetes Service (AKS), hosted in Microsoft Azure, one of the “big three” public cloud providers – the other two of the big three we have already covered in Chapter 15, Kubernetes Clusters on Google Kubernetes Engine, and Chapter 16, Launching a Kubernetes Cluster on Amazon Web Services with Amazon Elastic Kubernetes Service.
By the end of the chapter, you will have configured your local environment with the tools needed to interact with your Microsoft Azure account and launch your AKS cluster.
After deploying the cluster, we’ll launch the same workload as in the previous chapters and explore the integration level between your AKS cluster and the Microsoft Azure portal.
Finally, at the end of the chapter, we will discuss the three services we covered in this and the previous two chapters, as well as...