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

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -