exam questions

Exam KCNA All Questions

View all questions & answers for the KCNA exam

Exam KCNA topic 1 question 83 discussion

Actual exam question from Linux Foundation's KCNA
Question #: 83
Topic #: 1
[All KCNA Questions]

Which kubernetes component is the smallest deployable unit of computing?

  • A. StatefulSet
  • B. Deployment
  • C. Pod
  • D. Container
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ankre
Highly Voted 12 months ago
C is correct, container is not deployable
upvoted 5 times
...
miskill
Most Recent 2 months, 1 week ago
Selected Answer: C
The correct answer is: C. Pod Explanation: In Kubernetes, the Pod is the smallest deployable unit of computing. A Pod can contain one or more containers, but it is the fundamental unit that Kubernetes deploys, manages, and scales. Containers within a Pod share the same network and storage resources, making the Pod the atomic unit for scheduling and running containers in Kubernetes.
upvoted 1 times
...
SeaH0rse66
6 months, 2 weeks ago
Selected Answer: C
A Pod is the smallest deployable unit of computing in Kubernetes. It represents a single instance of a running process in your cluster. Pods can contain one or more containers that are tightly coupled and share resources, such as network and storage, and are scheduled onto nodes in the Kubernetes cluster., this is in a way a "unit of measure" , like the atom of Kubernetes, the container would be like a proton...
upvoted 2 times
...
andytsangchun
7 months, 1 week ago
For sure its C
upvoted 3 times
...
hovnival
7 months, 1 week ago
Selected Answer: C
C is correct, confirmed by Copilot.
upvoted 2 times
...
EzBL
8 months, 2 weeks ago
Selected Answer: C
Explanation: • In Kubernetes, the smallest deployable unit of computing is a Pod. • A Pod represents a single instance of a running process in your cluster. • It can contain one or more containers that are tightly coupled and share the same network namespace, IPC namespace, and other resources. • Pods are the basic building blocks of Kubernetes applications and are scheduled onto nodes in the cluster.
upvoted 3 times
...
pulsefire
9 months ago
Selected Answer: C
c is right
upvoted 4 times
...
majkisermi98
10 months, 3 weeks ago
Selected Answer: C
That's a basic knowledge
upvoted 4 times
...
3c9bc24
11 months, 1 week ago
agree, C is correct
upvoted 4 times
...
AbhishekJoshi
11 months, 3 weeks ago
Selected Answer: C
Container is not a object in k8s, pod is the only smallest unit in k8s
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...