cp-docker-images
cp-docker-images copied to clipboard
[Question] Health check for self-managed connector on Kubernetes
Hi Guys,
We are running self managed kafka connector in distributed mode on kubernetes (replica count of two). The dockerfile is based on https://docs.confluent.io/home/connect/extending.html#create-a-docker-image-containing-local-connectors
Is there a way to configure kubernetes (basic) liveness probes on the pod?
Thanks,
Keith
Any liveness probe should be for the worker, via the Connect REST API. Checking custom connector http status codes will still be 200 if they fail