February 2018
Beginner
290 pages
7h 28m
English
Now that we have created the clusters using Juju, we need to copy the configuration file from the Kubernetes master. The configuration file can be copied over SCP.
I am going to copy these files to my Ubuntu server on which I have Juju installed. For this, I will create a directory called .kube (the preceding . will hide the folder).
juju switch aws juju scp kubernetes-master/0:/home/ubuntu/config aws-configmv aws-config .kube/juju switch my-devstackjuju scp kubernetes-master/0:/home/ubuntu/config openstack-configmv openstack-config .kube/
So, basically, I switched the Juju controllers, and from each of the Kubernetes masters that we had, we copied the file at the location /home/ubuntu/config.
Read now
Unlock full access