Kubernetes initContainers
Contents
What is initContainers?
initContainers
initContainers
is just executing on starting the POD
.The
initContainers
runs one at a time in sequential order.If any of the
initContainers
fail to complete, Kubernetes restarts the POD
repeatedly until the Init Container succeeds.initContainers YAML
pod-definition.yaml
|
|