Listing Managed Node Pools

Find out how to list managed node pools using Kubernetes Engine (OKE).

You can list managed node pools using the Console, the CLI, and the API.

    1. On the Clusters list page, select the name of the cluster containing the node pools you want to see. If you need help finding the list page or the cluster, see Listing Clusters.
    2. Under Resources, select Node Pools.

      Node pools in the cluster are shown in tabular form.

    3. To see more detail about an individual node pool, select the name of the node pool to show the Node Pool Details page.
  • Use the oci ce node-pool list command and required parameters to list managed node pools:

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

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

  • Run the ListNodePools operation to list managed node pools.