Questions
Answer the following questions to test your knowledge of this chapter:
- All communication with Kubernetes happens via which of the following?
A. Kubelet
B. API server
C. Etcd
D. Controller manager
E. Scheduler
- Which of the following is responsible for ensuring that the cluster is in the desired state?
A. Kubelet
B. API server
C. Etcd
D. Controller manager
E. Scheduler
- Which of the following is responsible for storing the desired state of the cluster?
A. Kubelet
B. API server
C. Etcd
D. Controller manager
E. Scheduler
- A pod can contain more than one container. (True/False)
- You can use port-forwarding for which of the following use cases? (Choose two)
A. For troubleshooting a misbehaving pod
B. For exposing a service to the internet
C. For accessing a system service such as the Kubernetes dashboard
- Using a combination of which two probes can help you ensure that your application is reliable even when your application has some intermittent issues? (Choose two.)
A. Startup...