In this section, we'll look at deploying applications on AKS. We'll be using an example app called Azure Voting App, which is a standard multi-container-based application that uses the following components:
- Azure Voting App backend: This will be running on Redis
- Azure Voting App frontend: Web application built with Python
The application's original source code can be found at https://github.com/Azure-Samples/azure-voting-app-redis. For the purposes of this book, we've modified the original code, which is maintained at https://github.com/PacktPublishing/Migrating-Apps-to-the-Cloud-with-Azure/tree/master/Chapter4.
In this section, we'll look at deploying this application on an AKS cluster.