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.
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...
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.
Container is not a object in k8s, pod is the only smallest unit in k8s
upvoted 4 times
...
Log in to ExamTopics
Sign in:
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.
ankre
Highly Voted 12 months agomiskill
Most Recent 2 months, 1 week agoSeaH0rse66
6 months, 2 weeks agoandytsangchun
7 months, 1 week agohovnival
7 months, 1 week agoEzBL
8 months, 2 weeks agopulsefire
9 months agomajkisermi98
10 months, 3 weeks ago3c9bc24
11 months, 1 week agoAbhishekJoshi
11 months, 3 weeks ago