February 2018
Beginner
290 pages
7h 28m
English
We will first switch to the federation cluster and enable the core DNS system:
juju switch federation-kubernetesjuju config kubernetes-master enable-coredns=True
We will then find the IP of the machine with the etcd cluster using the juju status command. We will create a file called dns-config.conf with the following content:
[Global]etcd-endpoints = http://<IP of etcd cluster>:2379zones = federation-test.com
Read now
Unlock full access