Listing Clusters

Find out how to list clusters using Kubernetes Engine (OKE).

You can list clusters using the Console, the CLI, and the API.

    1. Open the navigation menu  and select Developer Services. Under Containers & Artifacts, select Kubernetes Clusters (OKE).

      The Clusters list page appears. All Kubernetes clusters in the selected compartment are displayed in a table.

    2. To view the Kubernetes clusters in a different compartment, use the Compartment filter to switch compartments.

      You must have permission to work in a compartment to see the resources in it. If you're not sure which compartment to use, contact an administrator. For more information, see Understanding Compartments.

    3. To see more detail about an individual cluster, select the name of the cluster on the Clusters list page to show the Cluster Details page.
  • Use the oci ce cluster list command and required parameters to list clusters:

    oci ce cluster list --compartment-id <compartment-ocid> [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the ListClusters operation to list clusters.