Skip to main content

Overview

Administrators monitor the health and status of all Kubernetes clusters across all projects from a single view. This includes tracking cluster lifecycle states, node health, control plane availability, and identifying clusters that require attention — stuck in a non-terminal state, unhealthy, or consuming unexpected resources.

Admin Cluster Overview

Navigate to Container (admin view) > Clusters to view all clusters across all projects.
Filter by Status to quickly identify clusters in non-terminal states that require operator attention (e.g., CREATE_IN_PROGRESS for more than 30 minutes).

Cluster Health States


Check Control Plane Availability

For high-availability clusters (3 master nodes), verify the control plane load balancer and all master nodes are healthy:
Show cluster API address
Test API server availability
Expected: ok

Identify Unhealthy Clusters

Navigate to Container (admin view) > Clusters and sort by Health Status. Clusters with UNHEALTHY or UNKNOWN health status should be investigated and the project owner notified.

Audit Inactive Clusters

Identify clusters that may have been abandoned by project teams to reclaim compute resources:
List all clusters with creation date
Contact the project owner for clusters that have been in CREATE_COMPLETE status for an extended period without recent activity, and confirm whether they are still needed.

Next Steps

Quotas

Manage per-project cluster limits to prevent resource exhaustion.

Troubleshooting

Diagnose failed clusters and stuck lifecycle states.

Security

Audit cluster security groups and RBAC configuration.

Certificates

Monitor and rotate cluster certificate authorities.