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 1 year, 3 months ago
C is correct, container is not deployable
upvoted 5 times
...
shahy0
Most Recent 1 week, 1 day ago
Selected Answer: C
A Pod is the smallest and simplest unit in the Kubernetes object model that you can create or deploy
upvoted 1 times
...
miskill
5 months, 2 weeks 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
9 months, 3 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
10 months, 2 weeks ago
For sure its C
upvoted 3 times
...
hovnival
10 months, 2 weeks ago
Selected Answer: C
C is correct, confirmed by Copilot.
upvoted 2 times
...
EzBL
11 months, 3 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
1 year ago
Selected Answer: C
c is right
upvoted 4 times
...
majkisermi98
1 year, 1 month ago
Selected Answer: C
That's a basic knowledge
upvoted 4 times
...
3c9bc24
1 year, 2 months ago
agree, C is correct
upvoted 4 times
...
AbhishekJoshi
1 year, 2 months 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago