Kubernetes · Arazzo Workflow
Kubernetes Audit Cluster Node Capacity
Version 1.0.0
List the cluster's nodes, read one node's capacity and conditions in full, and enumerate namespaces.
View Spec
View on GitHub
AutomationCloud-NativeCNCFContainersDeploymentOpen-SourceOrchestrationScalingArazzoWorkflows
Provider
Workflows
cluster-capacity-audit
Enumerate nodes and namespaces and inspect a node's capacity and conditions.
Lists the cluster's nodes, drills into the first matching node for capacity, allocatable resources, taints and conditions, then lists namespaces to complete the cluster-level picture. Makes no writes.
1
listClusterNodes
listNodes
List the cluster's nodes, optionally narrowed to a single pool, to establish the fleet the audit covers.
2
readNodeDetail
getNode
Read one node in full for its capacity, allocatable resources, taints, and conditions, which report memory and disk pressure.
3
listClusterNamespaces
listNamespaces
Enumerate the cluster's namespaces to frame how many tenants the audited nodes are carrying.