Kubernetes - Health Checks and Probes
You configured this
startupProbe:
startupProbe:
httpGet:
path: /ready
port: 80
failureThreshold: 4
periodSeconds: 10
initialDelaySeconds: 0
But the container restarts immediately after starting. What is the most likely cause?