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

add liveness and readiness probes (healthchecks) #18

Open
ilyar opened this issue Feb 28, 2019 · 0 comments
Open

add liveness and readiness probes (healthchecks) #18

ilyar opened this issue Feb 28, 2019 · 0 comments

Comments

@ilyar
Copy link
Contributor

ilyar commented Feb 28, 2019

Liveness and readiness probes will help us to manage containers.

Liveness probe is more like typical healthcheck. If liveness probe fails, Kubernetes will destroy and deploy again the failed container.

Info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/

@ilyar ilyar added this to Backlog in v1.0.0 Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v1.0.0
  
Backlog
Development

No branches or pull requests

1 participant