Questions
- All communication with Kubernetes happens via which one of the following?
A. Kubelet
B. API server
C. Etcd
D. Controller Manager
E. Scheduler
- Which one 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 one 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 one of the following use cases (multiple answers are possible)?
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 you ensure that your application is reliable even when your application has some intermittent issues (choose two)?
A. Startup probe
B. Liveness probe
C. Readiness probe...