Questions
- A Kubernetes control plane does not include which of the following components?
- api-server
- kube-scheduler
- etcd
- Ingress controller
Answer: d
- What is the name of the component that keeps all of the cluster information?
- api-server
- Master controller
- kubelet
- etcd
Answer: d
- Which component is responsible for selecting the node that will run a workload?
- kubelet
- api-server
- kube-scheduler
- Pod-scheduler
Answer: c
- Which option would you add to a
kubectl
command to see additional output from a command?- Verbose
- -v
- –verbose
- -log
Answer: b
- Which service type creates a randomly generated port, allowing incoming traffic to any worker node on the assigned port to access the service...