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