Section 2: Deploying on AKS
At this point in the book, we have covered the basics of Docker and Kubernetes and setup a Kubernetes cluster on Azure. In this section, we will cover how to deploy applications on top of that Kubernetes cluster.
Throughout this section, we will progressively build and deploy different applications on top of AKS. We will start by deploying a simple application, and later introduce concepts such as scaling, monitoring, and authentication. By the end of the section, you should feel comfortable in deploying applications to AKS.
This section contains the following chapters:
- Chapter 3, Application deployment on AKS
- Chapter 4, Building scalable applications
- Chapter 5, Handling common failures in AKS
- Chapter 6, Securing your application with HTTPS and Azure AD
- Chapter 7, Monitoring the AKS cluster and the application