> For the complete documentation index, see [llms.txt](https://docs.platform9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform9.com/private-cloud-director/getting-started/self-hosted/management-plane-health-monitoring.md).

# Management Plane Health Monitoring

View the health of your self-hosted management plane (Kubernetes control plane, etcd, and nodes) using dedicated Grafana dashboards.

For self-hosted <code class="expression">space.vars.product\_acronym</code> deployments, the health of the management plane itself — the Kubernetes control plane it runs on, etcd, and the underlying nodes — is monitored separately from the [hypervisor and VM metrics](/private-cloud-director/monitoring-and-observability/monitoring.md) described in Monitoring. This page covers accessing and reading those dashboards.

## Access

These dashboards use the same Grafana instance and login flow as the rest of your monitoring stack. See [Accessing Grafana Dashboards](/private-cloud-director/monitoring-and-observability/monitoring.md#accessing-grafana-dashboards) and [Log into Grafana](/private-cloud-director/monitoring-and-observability/monitoring.md#log-into-grafana) if you have not logged in before.

Once in Grafana, open the dashboard browser and look for the following dashboards, in addition to the hypervisor and VM ones:

| Dashboard                 | Shows                                                                                                              |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| Management Plane          | Aggregate, at-a-glance health of the management cluster.                                                           |
| Node Health               | Per-node CPU, memory, and disk pressure for the nodes the management plane runs on.                                |
| etcd Health               | etcd leader status, commit latency, and proposal failures.                                                         |
| Kubernetes Cluster Health | Pod and deployment state (crash loops, failed/pending pods, degraded deployments) and PVC capacity/binding status. |
| Certificate Expiry        | Time remaining before management-plane certificates expire.                                                        |

## Granting read-only access

To give someone visibility into these dashboards without full Grafana admin access, create them a **Viewer**-role user from **Server Admin → Users** in Grafana. A Viewer can browse dashboards but cannot change data sources, alert rules, or other users.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.platform9.com/private-cloud-director/getting-started/self-hosted/management-plane-health-monitoring.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
