Difference between revisions of "Liveness"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
== See also == | == See also == | ||
− | * {{ | + | * {{Liveness}} |
+ | * {{K8s probes}} | ||
* {{K8s troubleshooting}} | * {{K8s troubleshooting}} | ||
[[Category:K8s]] | [[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: