Liveness
(Redirected from Liveness:)
Jump to navigation
Jump to search
kubectl describe deployment | grep Liveness
kubectl describe deployment -A | grep Liveness
Examples[edit]
readinessProbe: httpGet: path: /api/health port: 3000 livenessProbe: httpGet: path: /api/health port: 3000 initialDelaySeconds: 60 timeoutSeconds: 30 failureThreshold: 10
Related[edit]
See also[edit]
Advertising: