Hacker News new | ask | show | jobs
Ask HN: How would you monitor your Kubernetes cluster?
3 points by polcia 2238 days ago
What are the current best practices? I you'd go with prometheus/grafana, how would you deploy it? Would you use a dedicated one for k8s? Are you service-meshing? Would you use its own prometheus? You have a completely different setup, with other technologies?
2 comments

The following is working for me:

- dedicated prom instance for the cluster

- aggregated grafana with other prom instances

Thinking of investing in thanos in the near future.