More Information on liveness probe in router's depoyment config
Issue
- What is the benefit of
liveness probein router deployment configuration as below and how it works.
"livenessProbe": {
"tcpSocket": {
"port": 80
},
"initialDelaySeconds": 10,
"timeoutSeconds": 1
},
- Why liveness probe is important in router deployment config.
Environment
- Openshift Enterprise
- 3.0.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.