KCNA (Kubernetes and Cloud Native Associate) sample exam question with answer 18
Question:
What is the relationship between a container image and a container in containerization?
- A container image is a package or template used to create one or more containers
- A container image is a running instance of a container
- A container image is an isolated environment for running containers
- A container image is a set of processes that run within a container
Answer:
A - is the correct answer