Skip to content

Files

Latest commit

a7840b0 · Oct 24, 2024

History

History
7 lines (4 loc) · 514 Bytes

k8s-best-practices-init-containers.adoc

File metadata and controls

7 lines (4 loc) · 514 Bytes

init containers

Init containers can be used for running tools / commands / or any other action that needs to be done before the actual pod is started. For example, loading a database schema, or constructing a config file from a definition passed in via configMap or secret.