-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Description
The Tempo service is currently lacking proper probes, leading to potential issues with monitoring, health checks, and graceful handling of service disruptions. Probes play a critical role in ensuring the stability and reliability of services within our Kubernetes cluster.
This issue was discovered while scanning the helm chart via kube-score:
https://github.com/zegl/kube-score/blob/master/README_PROBES.md
The components with missing readiness probes are:
- apps/v1/StatefulSet tempo-memcached
- apps/v1/Deployment tempo-query-frontend
- apps/v1/Deployment tempo-compactor
The components with missing liveness probes are:
- apps/v1/StatefulSet tempo-ingester
- apps/v1/Deployment tempo-distributor
- apps/v1/Deployment tempo-querier
Is there any reason for not having probes for the given components? If not, what would be the recommendation?
Mistral-valaise, martingrant01, tuxberlin, bobthebuilderberlin, hkailantzis and 1 more
Metadata
Metadata
Assignees
Labels
No labels