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

/startup endpoint #214

Open
nhoening opened this issue Oct 16, 2021 · 0 comments
Open

/startup endpoint #214

nhoening opened this issue Oct 16, 2021 · 0 comments

Comments

@nhoening
Copy link
Contributor

This checks if the recently started container has all sub processes ready. I guess the difference from /readiness (#213) is that it considers a grace period since the startup time.

From a Kubernetes-bases article:

Startup probe. This is used when the container starts up, to indicate that it's ready. Once the startup probe succeeds, Kubernetes switches to using the liveness probe to determine if the application is alive. This probe was introduced in Kubernetes version 1.16.

@nhoening nhoening changed the title /startup enedpoint /startup endpoint Oct 16, 2021
@nhoening nhoening added this to To do in Containerisation via automation Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant