Below is the report for liveness & readiness after running kubectl -n mynamespace describe pod pod1
:
Liveness: http-get http://:8080/a/b/c/.well-known/heartbeat delay=3s timeout=3s period=10s #success=1 #failure=3
Readiness: http-get http://:8080/a/b/c/.well-known/heartbeat delay=3s timeout=3s period=10s #success=1 #failure=3
Is this the valid(working) url?
http://:80/
What does
#success=1 #failure=3
mean?