InterviewSolution
Saved Bookmarks
| 1. |
What’s the init container and when it can be used? |
|
Answer» init CONTAINERS will set a stage for you before running the actual POD. Wait for some time before STARTING the APP Container with a command like sleep 60. Clone a GIT repository into a volume. |
|