Juniper
JN0-214 · Question #66
What are two Kubernetes objects? (Choose two.)
The correct answer is C. pod D. service. In Kubernetes, a Pod is the smallest and simplest unit in the Kubernetes object model that you create or deploy. A Pod represents processes running on your cluster. A Service in Kubernetes is an abstraction which defines a logical set of Pods and a policy by which to access them.
Cloud Fundamentals
Question
What are two Kubernetes objects? (Choose two.)
Options
- Acluster
- Bnamespace
- Cpod
- Dservice
How the community answered
(27 responses)- A7% (2)
- B19% (5)
- C74% (20)
Explanation
In Kubernetes, a Pod is the smallest and simplest unit in the Kubernetes object model that you create or deploy. A Pod represents processes running on your cluster. A Service in Kubernetes is an abstraction which defines a logical set of Pods and a policy by which to access them.
Topics
#Kubernetes#pods#services#Kubernetes objects
Community Discussion
No community discussion yet for this question.