Install Kubectl

Kubectl kubectl allows us to manage local Kubernetes clusters like the Minikube cluster, or remote clusters deployed in the cloud. It is generally installed before installing and starting Minikube, but it can also be installed after the cluster bootstrapping step. A Minikube installation has its own kubectl CLI installed and ready to use. However, it… Continue reading Install Kubectl