kubernetes - How does Kubectl connect to the master -
i've installed kubernetes via vagrant on os x , seems working fine, i'm unsure how kubectl able communicate master node despite being local workstation filesystem.
how implemented?
kubectl has configuration file specifies location of kubernetes apiserver , client credentials authenticate master. of commands issued kubectl on https connection apiserver.
when run scripts bring cluster, typically generate local configuration file parameters necessary access cluster created. default, file located @ ~/.kube/config
.
Comments
Post a Comment