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.
To list the node pools in a cluster using the Console:
- Open the navigation menu and select Developer Services. Under Containers & Artifacts, select Kubernetes Clusters (OKE).
- Choose a Compartment you have permission to work in.
- On the Cluster List page, click the name of the cluster containing the node pools you want to list.
- Under Resources, click Node Pools.
Node pools in the cluster are shown in tabular form.
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.