-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Hands-on Kubernetes on Azure, Third Edition
By :

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:
Let's start this section by exploring application deployment on AKS in Chapter 3, Application deployment...