Environment Setup

Your environment has already been set up and you are ready to use your first ARO cluster.

Validate installed tools

You will be using the az and oc command line tools throughout this lab.

The Azure command-line interface (az) is a set of commands used to create and manage Azure resources. It has extensions for it that allow you to use this native Azure tool directly with ARO!

  1. Verify that the az command line tool is installed:

    az version
    Sample Output
    {
      "azure-cli": "2.56.0",
      "azure-cli-core": "2.56.0",
      "azure-cli-telemetry": "1.1.0",
      "extensions": {}
    }
  2. Validate the version of the OpenShift CLI:

    oc version
    Sample Output
    Client Version: 4.13.23
    Kustomize Version: v4.5.7
    Server Version: 4.13.23
    Kubernetes Version: v1.26.9+636f2be

You are ready to start using your ARO cluster.