Day 14 init containers | Kubernetes
As word init describe, init containers are run before application containers run.
In some scenarios, we have to verify or perform certain action before starting the app container, like installing utilities or run a setup script etc. at that time, we ...
m3pratik.hashnode.dev1 min read