Getting a Virtual Node's Details

Find out how to get the details of a virtual node in a virtual node pool using Kubernetes Engine (OKE).

    1. Open the navigation menu  and select Developer Services. Under Containers & Artifacts, select Kubernetes Clusters (OKE).
    2. Select the compartment that contains the cluster.
    3. On the Clusters page, click the name of the cluster that contains the virtual node for which you want to see detailed information.
    4. Under Resources, click Node Pools and click the name of the virtual node pool that contains the virtual node.
    5. Under Resources, click Virtual Nodes.
    6. Click the down arrow beside the virtual node for which you want to see detailed information.
  • Use the oci ce virtual-node-pool get-virtual-node command and required parameters to get the details of a virtual node in a virtual node pool:

    oci ce virtual-node-pool get-virtual-node --virtual-node-pool-id <virtual-node-pool-ocid> --virtual-node-id <virtual-node-ocid> [OPTIONS]

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

  • Run the GetVirtualNode operation to get the details of a virtual node in a virtual node pool.