TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How would you monitor your Kubernetes cluster?

3 pointsby polciaabout 5 years 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

pranay01about 5 years ago
This might be helpful to you - <a href="https:&#x2F;&#x2F;signoz.io&#x2F;blog&#x2F;out-of-box-application-monitoring-prometheus&#x2F;" rel="nofollow">https:&#x2F;&#x2F;signoz.io&#x2F;blog&#x2F;out-of-box-application-monitoring-pro...</a>
zxcqweabout 5 years ago
The following is working for me:<p>- dedicated prom instance for the cluster<p>- aggregated grafana with other prom instances<p>Thinking of investing in thanos in the near future.