Getting a Managed Node Pool's Details
Find out how to get the details of a specific managed node pool created using Kubernetes Engine (OKE).
- On the Clusters list page, select the name of the cluster that contains the node pool for which you want to see detailed information. If you need help finding the list page or the cluster, see Listing Clusters.
- Under Resources, select Node pools.
Node pools in the cluster are shown in tabular form.
- Select the name of the node pool for which you want to see detailed information.
Use the oci ce node-pool get command and required parameters to get details of a managed node pool:
oci ce node-pool get --node-pool-id <node-pool-ocid> [OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the GetNodePool operation to get details of a managed node pool.