cp-docker-images icon indicating copy to clipboard operation
cp-docker-images copied to clipboard

[Question] Health check for self-managed connector on Kubernetes

Open keithazzopardi opened this issue 3 years ago • 1 comments

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

keithazzopardi avatar Dec 12 '20 20:12 keithazzopardi

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

OneCricketeer avatar Jan 29 '22 23:01 OneCricketeer