April 2018
Intermediate to advanced
468 pages
14h 34m
English
It's time to start using Kubefed. The kubefed init command requires three arguments:
The following example command deploys a federation control plane with the name federation; a host cluster context, cluster-1; a coredns DNS provider (google-clouddns and aes-route53 are also valid); and the domain suffix, kubernetes-ftw.com:
> kubefed init federation --host-cluster-context=cluster-1 --dns-provider coredns --dns-zone-name="kubernetes-ftw.com"
The DNS suffix should be for a DNS domain you manage, of course.
kubefed init sets up the federation control plane in the host cluster and adds an entry for the federation ...
Read now
Unlock full access