So far, we have covered the two main container services on Azure, and now we will move to the third service, which is considered an enterprise-ready solution. In this chapter, we will take a deep dive into the Microsoft Azure Kubernetes Service (AKS) and learn how to deploy and manage containerized applications with AKS. AKS is the most complex container service in Azure, and I recommend you follow all steps in this chapter.
Overview of Kubernetes
Getting started with AKS ...