Questions tagged [livenessprobe]

107 questions
-1
votes
1 answer

zookeeper statefulset require all instance to manually restart after upgrade

I am running 3 zookeeper kubernetes statefulset for my kafka clusters. Named zookeeper-0 , zookeeper-1, zookeeper-2. And I have liveness probe enabled with ruok command. If any statefulset pod get restarted due to any failures the quorum will fail…
-4
votes
1 answer

Liveness probe failed: timeout: failed to connect service ":8080" within 1s

While deploying microservices on Kubernetes with minikube I faced the problem of Liveness probe failure. Based on this answer I changed the timeoutSeconds of liveness probe from 1 to 10, but the problem isn't fixed. Readiness probe failed: timeout:…
1 2 3 4 5 6 7
8