...

/

Preparing for Helm Exercises

Preparing for Helm Exercises

Follow the steps to complete the prerequisites for running Helm.

Prerequisites

To complete the exercises in this chapter, we’ll need a Kubernetes cluster with an NGINX Ingress controller, and the environment variable INGRESS_HOST with the address through which we can access applications that we’ll deploy inside the cluster. With those requirements, we should be able to use any Kubernetes cluster.

However, bear in mind that for this course, we’ve tested everything in Docker Desktop, Minikube, Google Kubernetes Engine (GKE), Amazon Kubernetes Service (EKS), and Azure Kubernetes Service (AKS). That ...