Difference between revisions of "Kubernetes probes"
Jump to navigation
Jump to search
m (Newworld3 moved page K8s probes to Kubernetes probes) Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 2: | Line 2: | ||
[[readinessProbe]] | [[readinessProbe]] | ||
[[livenessProbe]] | [[livenessProbe]] | ||
+ | [[StartupProbe]] | ||
[[httpGet]] | [[httpGet]] |
Revision as of 06:41, 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
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: