Can we run kubectl form worker/minion node?

3/18/2016

I have my kubernetes cluster setup and I want to check for the nodes from worker/minion node, can we run kubectl form worker/minion node?

-- Madhurima Mishra
kubernetes

1 Answer

3/18/2016

Yes, you just need to have the proper client credentials and you can run kubectl from anywhere that has network access to the apiserver. See Sharing Cluster Access with kubeconfig for the instructions to get a kubeconfig file onto your worker node.

-- Robert Bailey
Source: StackOverflow