Pascal

Results 4 comments of Pascal

Just a little feedback: Running kafka && kafka-health-check inside Kubernetes using this liveness probe: ``` livenessProbe: httpGet: path: / port: 8000 initialDelaySeconds: 60 timeoutSeconds: 5 ``` works perfectly, thank you!!

@wilson because the endpoint returns a 500 if the status is "nook" it works great as a broker liveness probe - I have raised the "initialDelaySeconds" to 3600 to give...

Hi, if you are running your workload within GKE you should evaluate "[workload identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity?hl=en)" as this is the recommended way. With workload identity you don't have to mess around with...

I have on premise workloads accessing CloudSQL. As workload identity is unavailable in my (and other) environments I still see a huge benefit in this feature.