An Init-container
is a special kind of container, which will run before the actual application. Init containers always run to completion.
A pod can have several init-containers. Init containers execute in a sequential manner. Each init-container must be completed successfully before the next one starts to execute.
Top comments (0)