Konubinix' opinionated web of thoughts

Init Containers

fleeting

Init Containers | Kubernetes

Init containers are exactly like regular containers, except:

Init containers always run to completion. Each init container must complete successfully before the next one starts.