Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.24 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.24 KB

Lab 0: Get the IBM Cloud Container Service

Before you begin learning, you need to install the required CLIs to create and manage your Kubernetes clusters in IBM Cloud Container Service and to deploy containerized apps to your cluster.

Thankfully the new IBM Developer Tools install comes with the following required CLIs:

  • IBM Cloud CLI
  • IBM Cloud Kubernetes Service plug-in
  • Kubernetes CLI

If you already have the CLIs and plug-ins, you can skip this lab and proceed to the next one.

Install the IBM Cloud command-line interface

  1. Install the IBM Cloud command-line interface from this link.
    Once installed, you can access IBM Cloud from your command-line with the prefix ibmcloud.

  2. Log in to the IBM Cloud CLI: ibmcloud login.

  3. Enter your IBM Cloud credentials when prompted.

    Note: If you have a federated ID, use ibmcloud login --sso to log in to the IBM Cloud CLI. Enter your user name, and use the provided URL in your CLI output to retrieve your one-time passcode. You know you have a federated ID when the login fails without the --sso and succeeds with the --sso option.

Once you are all set up you can move straight on to Lab 1