Learn Kubernetes: Healthcheck — Create a pod with a positive livenessProbe healthcheck
In this series of stories, you will learn how to use Kubernetes. Today, let’s see how to add Healthchecks for Pods.
Table of contents:
- The healthcheck,
- Create a pod with a negative livenessProbe healthcheck,
- Create a pod with a positive livenessProbe healthcheck,
- Create a pod with a positive healthcheck readinessProbe.