mirror of
https://github.com/ced4568/ceds-observability-stack.git
synced 2026-08-12 22:34:03 +00:00
Update k3s-metrics.md
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
```markdown
|
||||
# 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
|
||||
Reference in New Issue
Block a user