Difference between revisions of "Liveness"
Jump to navigation
Jump to search
(Created page with " kubectl describe deployment | grep Liveness == See also == * {{kubectl deployments}}") |
|||
(13 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | * <code>[[kubectl describe deployment]] | grep Liveness</code> | |
+ | * <code>kubectl describe deployment -A | grep Liveness</code> | ||
+ | == Examples == | ||
+ | {{example probes}} | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[livenessProbe]]</code> | ||
+ | * [[Readiness]] | ||
+ | * <code>[[kubectl describe deployment]] | grep [[Readiness]]</code> | ||
+ | * <code>[[healthz]]</code> | ||
+ | * <code>[[curl --fail]]</code> | ||
== See also == | == See also == | ||
− | * {{ | + | * {{Liveness}} |
+ | * {{K8s probes}} | ||
+ | * {{K8s troubleshooting}} | ||
+ | |||
+ | [[Category:K8s]] |
Latest revision as of 08:43, 18 October 2024
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]
- Liveness, liveness-exec
- K8s probes:
readinessProbe, livenessProbe, StartupProbe, exec, gRPC, HttpGet, tcpSocket, TerminationGracePeriodSeconds
- 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: