Init Container

Glossary Page

Init containers are a set of one or more containers that are executed before the main container(s) of a pod start running. Their purpose is to perform some initialization task(s) that the main container(s) depend on, such as setting up configuration files or initializing a database. Init containers run to completion before the main container(s) start running and can run in sequence or parallel, depending on the configuration.

https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ external-link

Latest Webinars

Latest Articles