kube-fluentd-operator
kube-fluentd-operator copied to clipboard
liveness and readiness probes for reloader [kubernetes]
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 , 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.
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?
That should not be that difficult. We can set different livenessProbes for each container I believe.