Workshop
We will make use of Cloud Shell for this workshop.
This saves the local setup.
Although you probably setup you local system at some point anyway but we will save some time now by using the cloud shell.
Passcode: kube101
You can login using your IBM Cloud Login
Click on the terminal icon to start a terminal session. This terminal has all the tools we need for the workshop preinstalled.
If you want to setup you local machine as well follow these steps:
Install IBM Cloud CLI
You use the IBM Cloud CLI installer or the OS-specific shell installers below.
MacOS
curl -fsSL https://clis.ng.bluemix.net/install/osx | shLinux
curl -fsSL https://clis.ng.bluemix.net/install/linux | shWindows Powershell (Run as Administrator)
iex(New-Object Net.WebClient).DownloadString('https://clis.ng.bluemix.net/install/powershell')
Install IBM CLI Plugins
For the lab we will need a few plugins.
container-service
Install kubectl tooling
Install kubectl to enable access to your cluster.
MacOS
Homebrew
MacPorts
Linux
Ubuntu, Debian or HypriotOS
CentOS, RHEL or Fedora
Snap
Windows
Powershell
Note
If you do not specify a `DownloadLocation`, `kubectl` will be installed in the user's temp Directory.Chocolatey
You can also install using curl.
Once Kubernetes is installed, test that the CLI works.
Docker Install
Last updated
Was this helpful?