V
...
containers:
- name: container-name
image: image:imageTag
imagePullPolicy: Always
...
Size: a a a
V
...
containers:
- name: container-name
image: image:imageTag
imagePullPolicy: Always
...
V
...
containers:
- name: container-name
image: image:imageTag
imagePullPolicy: Always
...
AN
AL
AN
V
AL
AL
AN
kubectl delete po podname
V
kubectl delete po podname
IK
AK
AK
AL
AN
AL
AN
AK
AK
AN
livenessProbe:
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 5
exec:
command:
- /bin/sh
- -c
- 'wget -O - -q " http://localhost:8080/healthcheck | grep -qF "{\"status\":\"ok\"}"'