Kubernetes

Kubernetes

4 bookmarks
Custom sorting
Configure Liveness, Readiness and Startup Probes
Configure Liveness, Readiness and Startup Probes
This page shows how to configure liveness, readiness and startup probes for containers. The kubelet uses liveness probes to know when to restart a container. For example, liveness probes could catch a deadlock, where an application is running, but unable to make progress. Restarting a container in such a state can help to make the application more available despite bugs. A common pattern for liveness probes is to use the same low-cost HTTP endpoint as for readiness probes, but with a higher failureThreshold.
·kubernetes.io·
Configure Liveness, Readiness and Startup Probes
What is Kubernetes?
What is Kubernetes?
Learn how to build, deliver, and scale containerized apps faster with open source orchestration from Kubernetes.
·azure.microsoft.com·
What is Kubernetes?