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 (network) probes #26

Open
miekg opened this issue Dec 22, 2020 · 3 comments
Open

liveness (network) probes #26

miekg opened this issue Dec 22, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@miekg
Copy link
Collaborator

miekg commented Dec 22, 2020

Implement liveness probes: httpGet and tcpSocket. Execing a command in the container is hard(er), as we may need to get into the namespace - this is doable as we know the volumes that exist. But we should guard against an rm -rf / command as we run as root...
httpGet and tcpSocket are much less destructive and can be simply built into systemk

@miekg miekg added the enhancement New feature or request label Dec 22, 2020
@pires
Copy link
Member

pires commented Dec 27, 2020

Doing this should also cover readiness and startup probes.

@miekg
Copy link
Collaborator Author

miekg commented Dec 28, 2020

@miekg
Copy link
Collaborator Author

miekg commented Dec 29, 2020

See #38 for the probe's impl. Stil requires wiring up.

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

2 participants