Enabling Kubectl Autocompletion

After installing kubectl and get it configured to connect to your Kubernetes cluster, you might want to configure shell autocompletion. This would save you a lot of time while running kubectl commands to manage your cluster. By doing so, you’ll…
Read more