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

Popular posts from this blog

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -