A team is deploying a microservice that requires initialization of a database schema before the main application starts. The init container must run a script that writes to a shared volume. Which configuration correctly ensures the init container completes before the main container runs?
Select one:
The trap here is that candidates confuse init containers with sidecar containers or lifecycle hooks,...