Skip to content

Liveness probe #4211

Answered by poggenpower
poggenpower asked this question in Docker
Aug 23, 2022 · 6 comments · 1 reply
Discussion options

You must be logged in to vote

Sorry ich haette bevor ich hier einen feature Request abwerfe genauer recherchieren muessen.
Ich habe mich jetzt selber noch ein bisschen schlau gemacht, was Kubernetes eigentlich checkt.
Nach ein bisschen Recherce habe ich gelernt, dass Kubernetes auch ein Kommando fuer den Healtcheck ausfuehren kann, aehnlich wie Docker.

          livenessProbe:
            exec:
              command:
              - evcc
              - health
            initialDelaySeconds: 60
            periodSeconds: 60
            timeoutSeconds: 30

sollte genau das gleiche machen wie der Docker Healthcheck.
Ist natuerlich ein bisschen mehr Overhead als ein HTTP request. Bei den HTTP(S) liveness checks muss der…

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by poggenpower
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@andig
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Docker
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4205 on August 23, 2022 21:09.