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…

Matt
- 99
- 1
- 9
-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:…

christinaMaria
- 31
- 6