Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 515 Bytes

k8s-best-practices-init-containers.adoc

File metadata and controls

7 lines (4 loc) · 515 Bytes

init containers

init containers can be used for running tools or 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.