Access Remote Kubernetes Cluster Using Kubectl
Access remote kubernetes cluster using kubectl
If you are working on kubernetes, there is a high chance that you would have needeed to interact with kubernetes cluster very frequently. Most of the time, its remote or lab servers. Instead of login remote machine and accesing cluster , you can use kubectl on your local workstation to interact with remote cluster. Ofcourse you can use official go-client or python-client to access cluster programatically. But if you intend to use kubectl, follow below enumerated steps.