Intermediate Kubernetes
Q55 / 100

What is the purpose of an "init container" in a Pod?

Correct! Well done.

Incorrect.

The correct answer is B) A specialized container that runs to completion before the main application containers start, often used for setup tasks like waiting for dependencies or preparing configuration files

B

Correct Answer

A specialized container that runs to completion before the main application containers start, often used for setup tasks like waiting for dependencies or preparing configuration files

Explanation

Init containers run sequentially before app containers and must complete successfully; they're useful for setup tasks that should finish before the main application starts.

Progress
55/100