mirror of
https://github.com/ced4568/ceds-observability-stack.git
synced 2026-08-12 22:34:03 +00:00
596 B
596 B
# K3s Metrics
## Purpose
K3s metrics provide visibility into the Kubernetes cluster.
This project monitors:
- Node readiness
- Pod health
- Deployment status
- Restart counts
- CPU usage
- Memory usage
- Control plane availability
---
## Recommended Components
| Component | Purpose |
|---|---|
| Metrics Server | Basic Kubernetes resource metrics |
| Kube-State-Metrics | Kubernetes object state |
| Node Exporter | Linux node metrics |
| Prometheus | Metrics collection |
| Grafana | Visualization |
---
## Useful Commands
### View Nodes
```bash
kubectl get nodes -o wide