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

Liveness, Readiness, and Startup probes for kubernetes #655

Open
3 tasks
tyfoster97 opened this issue Dec 29, 2024 · 0 comments
Open
3 tasks

Liveness, Readiness, and Startup probes for kubernetes #655

tyfoster97 opened this issue Dec 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tyfoster97
Copy link

Is your feature request related to a problem?

When setting up a k8s deployment I wanted to ensure that the server is running. Was able to find the command in the Dockerfile, but k8s does not respect the Dockerfile HEALTHCHECK and instead neads probes configured

Describe the solution you'd like

Liveness, Startup, and Readiness probes that use the "pgrep "PalServer-Linux" > /dev/null || exit 1" or a script in the container image that can be used instead

Describe alternatives you've considered

I have manually configured these

Additional context

Useful for people using k8s as people using docker get the healthcheck for free from the container image

Feature Report Checklist

  • I am willing to implement this feature
  • probes configured in k8s example deployment
  • OPTIONAL: script to run healthcheck command for ease of use
@tyfoster97 tyfoster97 added the enhancement New feature or request label Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant