Probe status #1041
Unanswered
dotnetwizard
asked this question in
Q&A
Probe status
#1041
Replies: 1 comment 2 replies
-
you could watch the pod, any issue about it? but I think you may just keep retry connecting to the service without probe it bc retrying is the best probing. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to determine when the main container is ready, like a watch or an event?
I have 4 containers in a pod, two init containers, one main container, and a finalization container. The main container takes from 0 to two minutes to get started. I wanted to use a startup probe but wasn't sure of the right way to signal it was ready. What I really want is something like a watch so I can be notified on the server when it is up so I can communicate with it.
Beta Was this translation helpful? Give feedback.
All reactions