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 and readiness probes for reloader [kubernetes] #295

Open
karthiknagraj opened this issue Dec 7, 2021 · 3 comments
Open

liveness and readiness probes for reloader [kubernetes] #295

karthiknagraj opened this issue Dec 7, 2021 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@karthiknagraj
Copy link

Hi,
I'm trying to configure liveness and readiness probes for Kube-fluentd-operator. Is there any HTTP-get API that I can use? Or is there any recommended way of defining these probes?

Thanks

@karthiknagraj karthiknagraj changed the title liveness and readiness probes for reloader liveness and readiness probes for reloader [kubernetes] Dec 8, 2021
@Cryptophobia
Copy link
Contributor

@karthiknagraj , currently we don't support this because reloader does not expose any port/endpoints internally. It basically works as a daemon binary. It would be trivial to expose a port and route inside the container to monitor its health. Might be worthwhile.

@Cryptophobia Cryptophobia added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Dec 8, 2021
@karthiknagraj
Copy link
Author

Thank you for considering my issue as an enhancement. Since fluentd(Gem) is part of kube-fluentd-operator. Is there an idea to check for the health of fluentd(internal to kfo) as well?

@Cryptophobia
Copy link
Contributor

That should not be that difficult. We can set different livenessProbes for each container I believe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants