In the docker container world, it is normal to have some init containers that run only once to initialize databases, run migrations or generate some config/secret files. When working with this type of init container workflow, I need to use the wait feature with a delay on an ephemeral instance and hope it works correctly.
In the docker container world, it is normal to have some init containers that run only once to initialize databases, run migrations or generate some config/secret files. When working with this type of init container workflow, I need to use the
waitfeature with a delay on an ephemeral instance and hope it works correctly.