Beginner Kubernetes
Q21 / 100

What is a "container image" in the context of running workloads in Kubernetes?

Correct! Well done.

Incorrect.

The correct answer is B) A packaged application with its dependencies, typically built with tools like Docker, that Kubernetes pulls and runs inside Pods

B

Correct Answer

A packaged application with its dependencies, typically built with tools like Docker, that Kubernetes pulls and runs inside Pods

Explanation

Kubernetes runs containers based on OCI-compliant images (commonly built with Docker), specified in a Pod's container spec via the "image" field.

Progress
21/100