Technical Requirements
For this chapter, you will need the following:
- A Kubernetes cluster deployed. We recommend using a multi-node, cloud-based Kubernetes cluster. It is also possible to use Ingress in
minikube
after enabling the required add-ons. - An AKS cluster is required to follow the section about the Azure AGIC.
- The Kubernetes CLI (
kubectl
) needs to be installed on your local machine and configured to manage your Kubernetes cluster.
Basic Kubernetes cluster deployment (local and cloud-based) and kubectl
installation have been covered in Chapter 3, Installing Your First Kubernetes Cluster.
The previous chapters of this book, 15, 16, and 17, have provided you with an overview of how to deploy a fully functional Kubernetes cluster on different cloud platforms and install the requisite CLIs to manage them.
You can download the latest code samples for this chapter from the official GitHub repository at https://github.com/PacktPublishing/The...