Getting a Virtual Node Pool's Details
Find out how to get details of a specific virtual node pool using Kubernetes Engine (OKE).
You can get details of a specific virtual node pool using the Console, the CLI, and the API.
To get details of a virtual node pool 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 virtual node pool for which you want to see detailed information.
- Under Resources, click Node Pools.
Node pools in the cluster are shown in tabular form. Virtual node pools are identified as virtual in the Node type column.
- Click the name of the virtual node pool for which you want to see detailed information.
Use the oci ce virtual-node-pool get command and required parameters to get details of a virtual node pool:
oci ce virtual-node-pool get --virtual-node-pool-id <virtual-node-pool-ocid> [OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the GetVirtualNodePool operation to get details of a virtual node pool.