Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use startupProbe to finetune probe timings #128

Open
blootsvoets opened this issue Aug 23, 2021 · 1 comment
Open

Use startupProbe to finetune probe timings #128

blootsvoets opened this issue Aug 23, 2021 · 1 comment

Comments

@blootsvoets
Copy link
Member

blootsvoets commented Aug 23, 2021

By using startupProbe, the readinessProbe and livenessProbe only start once an image is properly started: https://loft.sh/blog/kubernetes-startup-probes-examples-common-pitfalls/. This allows for finer grained probes timings. Especially useful for slow-starting containers like Kafka or ManagementPortal.

@keyvaann
Copy link
Collaborator

Good idea, apparently they've in Kubernetes since at least 1.18 so it should be easy to add it to our current deployments as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants