For this chapter, you will need the following:
- Windows 10 Pro, Enterprise, or Education (version 1903 or later, 64-bit) installed.
- Docker Desktop for Windows 2.0.0.3 or later installed.
- The Azure CLI installed. You can find detailed installation instructions in Chapter 2, Managing State in Containers.
The installation of Docker Desktop for Windows and its detailed requirements were covered in Chapter 1, Creating Containers.
To be able to use cloud-hosted registries, you will need your own Azure account. If you haven't created an account for the previous chapters, you can find out how to obtain a limited free account for personal use here: https://azure.microsoft.com/en-us/free/.
You can download the latest code samples for this chapter from this book's official GitHub repository: https://github.com/PacktPublishing/Hands-On-Kubernetes-on-Windows...