Skip to content

Init containers

Init containers are containers that run before the main container starts. They're useful for many applications, where some preparation steps (database initialization, cache warmup etc) are needed.

Outcomes

In this lab, you will learn how to: - Create a pod with an init container - View the logs of an init container - View the status of an init container - Delete a pod with an init container