Control K8S Remotely
Install kubectl on you machine and copy .kube from k8s master node
Bash
scp -r -P22 [email protected]:/home/user/.kube .
Done.
Install kubectl on you machine and copy .kube from k8s master node
scp -r -P22 [email protected]:/home/user/.kube .
Done.