list_oke_node_pools
Retrieve node pool details from Oracle Cloud Infrastructure to monitor Kubernetes cluster resources, including node shapes, versions, and placement configurations.
Instructions
List all node pools in a compartment, optionally filtered by cluster.
Args:
compartment_id: OCID of the compartment
cluster_id: Optional OCID of the cluster to filter by
Returns:
List of node pools with their details including:
- Node shape and image information
- Kubernetes version
- Placement configuration (ADs, subnets)
- Node count per subnet
- Lifecycle state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compartment_id | Yes | ||
| cluster_id | No |