Init Containers - Kubernetes
Init containers are special containers & kubernetes will always execute them to completion before the main containers are executed.
In simple, before the main containers start it depends on some of the prerequisite processes, work, and utility to run...
rahulkverma.hashnode.dev2 min read