Difference between revisions of "Liveness"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 16: | Line 16: | ||
== See also == | == See also == | ||
− | * {{ | + | * {{Liveness}} |
* {{K8s troubleshooting}} | * {{K8s troubleshooting}} | ||
[[Category:K8s]] | [[Category:K8s]] |
Revision as of 06:00, 18 July 2024
kubectl describe deployment | grep Liveness
kubectl describe deployment -A | grep Liveness
Examples
readinessProbe: httpGet: path: /api/health port: 3000 livenessProbe: httpGet: path: /api/health port: 3000 initialDelaySeconds: 60 timeoutSeconds: 30 failureThreshold: 10
Related
See also
- Liveness, liveness-exec
- K8s troubleshooting:
kubectl logs, kubectl top, kubectl get events -A, kubectl describe pod
, Liveness, Readiness,Kubernetes events
, Pulling image, OOMKilled, ProbeWarning, Reason,FailedScheduling
,errImagePull, ImagePullBackOff
, Kubelet conditions:MemoryPressure, DiskPressure, KubeletHasSufficientPID, KubeletReady, kubectl [ debug | attach | exec ] kubectl cluster-info dump, SimKube, KWOK
Advertising: