Which of the following is not the part of Kubernetes Control Plane?
How to create deployment name app-dep, image=nginx, and replicas 5 using imperative command?
Which control plane component is responsible for scheduling pods?
What is etcd used for in Kubernetes?
Answer : D
etcd serves as a distributed object store that backs the Kubernetes API.
How does service logical group set of pods?
Fluentd is the only way to export logs from Kubernetes cluster or applications running in cluster
To run a startup task before a Pod's container starts up. What Kubernetes feature can help you ac-complish this?