You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use an additional private IP. Distribute a private IP to all instances running kubelet, then attach the IP as a secondary private IP to the host that ends up running the kube-apiserver.
Use an internal ELB between the kubelet and the kube-apiserver.
Use VPC-private DNS and register the host that kube-apiserver lands on at a pre-shared address (e.g., $STACK_NAME-kube-apiserver.example.com).
Use SkyDNS, either on every host, just services hosts, or just one host. If not global, then some additional method of following DNS servers will be needed (EIP, ELB).
emmanuel
changed the title
Configure method for initial bootstrapping & ongoing discovery of apiserver by kubelet
Configure method for ongoing discovery of apiserver by kubelet
Aug 11, 2015
Need a method for
kubelet
to findkube-apiserver
, in a way that allows thekube-apiserver
to move among hosts.The text was updated successfully, but these errors were encountered: