Difference between revisions of "Kubernetes probes"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
* <code>[[customLivenessProbe]]</code> | * <code>[[customLivenessProbe]]</code> | ||
* <code>[[customReadinessProbe]]</code> | * <code>[[customReadinessProbe]]</code> | ||
+ | * [[Kubernetes restartPolicy]] | ||
== See also == | == See also == |
Revision as of 12:30, 7 February 2024
readinessProbe livenessProbe StartupProbe
httpGet tcpSocket
kind: Deployment
readinessProbe: httpGet: path: /api/health port: 3000 livenessProbe: httpGet: path: /api/health port: 3000 initialDelaySeconds: 60 timeoutSeconds: 30 failureThreshold: 10
Related
Redis values.yml
customStartupProbe
customLivenessProbe
customReadinessProbe
- Kubernetes restartPolicy
See also
- K8s probes:
readinessProbe, livenessProbe, StartupProbe, exec, gRPC, HttpGet, tcpSocket, TerminationGracePeriodSeconds
- Kubernetes deployments, strategies:
kind: Deployment
, Strategies:Recreate
orRollingUpdate
,kubectl
[create | describe | get | scale | rollout | deployment/
], Kubernetes Canary Deployments,deployment.kubernetes.io
Advertising: