Category: Kubernetes

Most of the people face problems accessing the Kubernetes cluster using bastion host or they are lazy to login to the bastion host. There are simple steps to configure your system terminal so that you can issue kubectl commands or helm apply commands from your terminal directly.

Please check context being configured for Kubernetes cluster kubectl config get-context Configure terminal so that every kubectl command will be issued to kubectl config use-context Every kubectl command will be redirected to the configured cluster.

Related Articles