For this chapter, you will need the following:
- Windows 10 Pro, Enterprise, or Education (version 1903 or later, 64-bit) installed
- Microsoft Visual Studio 2019 Community (or any other edition) if you want to edit the source code for the application and debug it—Visual Studio Code has limited support for classic .NET Framework
- Helm installed
- An Azure account
- A Windows/Linux Kubernetes cluster deployed using AKS Engine, ready to deploy the voting application from the previous chapter
To follow along, you will need your own Azure account to create Azure resources for the Kubernetes cluster. If you haven't already created the account for the previous chapters, you can read more about how to obtain a limited free account for personal use here: https://azure.microsoft.com/en-us/free/.
Deploying a Kubernetes cluster using AKS Engine has been covered...