February 2018
Beginner
290 pages
7h 28m
English
As the first step of deploying Kubernetes, we will install the Juju client on the workstation or the management node. There are several operating systems that are supported for the Juju client. I will be installing it on the Ubuntu workstation that I use for cloud management. Please remember you can use your own workstation in order to deploy the client.
The installation is simply a matter of adding the repository and installing Juju:
sudo add-apt-repository ppa:juju/stablesudo apt updatesudo apt install juju
This will install the Juju client. Once ...
Read now
Unlock full access