⎈ k8s knowledge compiler

Init Container [glossary]deterministic

One or more initialization containers that must run to completion before any app containers run.

fundamentalstoragescheduling

One or more initialization [containers](#gloss:container) that must run to completion before any app containers run.

Initialization (init) containers are like regular app containers, with one difference: init containers must run to completion before any app containers can start. Init containers run in series: each init container must run to completion before the next init container begins.

Unlike [sidecar containers](#gloss:sidecar-container), init containers do not remain running after Pod startup.

For more information, read [init containers](/docs/concepts/workloads/pods/init-containers/).

Sources

reference/glossary/init-container.md · docOne or more initialization containers that must run to completion before any app containers run.

Related (8)

references Resize CPU and Memory Resources assigned to Containersinit containers conf=1
references Pod Lifecycleinit containers conf=1
references Podsinit containers conf=1
references Adopting Sidecar Containersinit containers conf=1
references What Happens After A Node Restartinit container conf=1
prerequisite_of CustomResourceDefinitionai-suggested prerequisite conf=0.7
prerequisite_of Admission Controllerai-suggested prerequisite conf=0.7
prerequisite_of Cluster Operationsai-suggested prerequisite conf=0.7

← all Docs