VMware Aria Automation 8.x Professional (2023) — Question 10
What is the Kubernetes component that is responsible for workload creation?
Answer options
- A. API Server
- B. Scheduler
- C. etcd
- D. Kubelet
Correct answer: D
Explanation
The Kubelet is the primary component that manages the lifecycle of containers within a pod, ensuring that the desired workloads are created and maintained. The API Server is responsible for serving the Kubernetes API, the Scheduler determines which nodes will run the workloads, and etcd is used for storing cluster state, but none of these are directly responsible for workload creation.