Section 2: Deploying on AKS
At this point in the book, you have learned the basics of containers and Kubernetes and set up a Kubernetes cluster on Azure. In this section, you will learn how to deploy applications on top of that Kubernetes cluster.
Throughout this section, you will progressively build and deploy different applications on top of AKS. You 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 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
- Chapter 7, Monitoring the AKS cluster and the application
Let's start this section by exploring application deployment on AKS in Chapter 3, Application deployment...