February 2018
Beginner
290 pages
7h 28m
English
Since we are making a hybrid cloud, we have to deploy a second instance of Kubernetes using Juju on the OpenStack environment.
In this case, the command is similar, however we need to mention the controller name and the model name of Juju. In our case, the controller name is OpenStack-RegionOne and the model name is default:
juju deploy canonical-kubernetes -m my-devstack-RegionOne:default
Now, sit back and relax as the nodes get deployed to the private cloud environment. Execute the command, juju status with the -m <controller name>:<model name> flag to see the status:
juju status -m my-devstack-RegionOne:default ...
Read now
Unlock full access