# Cluster Monitoring & Logs

Track health for clusters, nodes, and workloads; inspect logs for troubleshooting.

> Insert screenshot of **Cluster → Monitoring** here

## Metrics

* **Cluster overview**: API health, etcd, scheduler
* **Node**: CPU, memory pressure, disk/inode usage
* **Workloads**: pod restarts, resource requests vs usage

## Logs

```bash
# View logs
kubectl -n <ns> logs deploy/<name> --tail=200

# Recent events
kubectl get events -A --sort-by=.lastTimestamp
```

* Export charts/CSV where available for reports


---

# Agent Instructions: 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:

```
GET https://docs.neoncloud.com/products/kubernetes/cluster-monitoring-and-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
