Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 485 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 485 Bytes

LibreDataStore

Connect local kubectl to remote server

You need to first copy some Kubernetes credentials from remote Kubernetes master to your Macbook.

scp -r [email protected]:/home/vagrant/.kube .

Copy the Kubernetes Credentials your downloaded to your home directory as shown below.

cp -r .kube $HOME/

That's it! Kubectl should now be conencted to the remote cluster. Try checking the current kubectl context

kubectl config current-context