Difference between revisions of "Kubernetes probes"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 13: | Line 13: | ||
== Related == | == Related == | ||
− | [[Redis values.yml]] | + | * <code>[[Redis values.yml]]</code> |
− | + | * <code>[[customStartupProbe]]</code> | |
− | + | * <code>[[customLivenessProbe]]</code> | |
− | + | * <code>[[customReadinessProbe]] | |
== See also == | == See also == |
Revision as of 07:18, 10 March 2023
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
See also
- K8s probes:
readinessProbe, livenessProbe, StartupProbe, exec, gRPC, HttpGet, tcpSocket, TerminationGracePeriodSeconds
- Kubernetes deployments, strategies:
kind: Deployment
, Strategies: Recreate
or RollingUpdate
, kubectl
[ create | describe | get | scale | rollout | deployment/
], Kubernetes Canary Deployments, deployment.kubernetes.io
Advertising: