Listing Virtual Nodes

Find out how to list the virtual nodes in a virtual node pool using Kubernetes Engine (OKE).

You can list the virtual nodes in a virtual node pool using the Console, the CLI, and the API.

  • To list the virtual nodes in a virtual node pool using the Console:

    1. Open the navigation menu  and select Developer Services. Under Containers & Artifacts, select Kubernetes Clusters (OKE).
    2. Choose a Compartment you have permission to work in.
    3. On the Cluster List page, click the name of the cluster containing the virtual nodes you want to list.
    4. Under Resources, click Node Pools and click the name of the virtual node pool containing the virtual nodes you want to list.
    5. Under Resources, click Virtual Nodes.
  • Use the oci ce virtual-node-pool list-virtual-nodes command and required parameters to list virtual nodes in a virtual node pool:

    oci ce virtual-node-pool list-virtual-nodes --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 ListVirtualNodes operation to list the virtual nodes in a virtual node pool.