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.

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 | sh
  • Linux

    curl -fsSL https://clis.ng.bluemix.net/install/linux | sh
  • Windows 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

Install Docker For your OS

Last updated

Was this helpful?