A Kubernetes cluster (v1.19 or later) with Role-Based Access Control enabled.
One master node and one worker node (minimum) available in the Kubernetes cluster.
You can check the status of the nodes by using the following command:
kubectl get nodes -o wide
Host entries of the worker nodes added. For example, 10.10.10.11 kubew1
The host entry 127.0.1.1 <hostname> is removed.
The kubectl command-line tool is installed on your machine and configured to connect to your cluster.
You can test your connectivity by using the following command:
kubectl cluster-info
Helm 3.x is installed.
NOTE:To view the latest Kubernetes version see, Kubernetes version. To view the latest Helm version, see Helm version.