Getting a Worker Node's Details

Find out how to get the details of a worker node in a managed 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, select the name of the cluster that contains the worker node for which you want to see detailed information.
    4. Under Resources, select Node Pools and select the name of the node pool that contains the worker node.
    5. Under Resources, select Nodes.
    6. Select the down arrow beside the worker node for which you want to see detailed information.
  • Use the oci ce node-pool get command and required parameters to get details of worker nodes in 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 the details of a worker node in a managed node pool.