Questions
As we conclude, here is a list of questions for you to test your knowledge regarding this chapter’s material. You will find the answers in the Assessments section of the Appendix:
- Which of the following is the smallest schedulable unit in Kubernetes?
- Container
- Sidecar
- Pod
- Deployment
- Containers running in one pod share which of the following options (pick multiple)?
- Name
- Storage
- Networking
- Memory
- Which of the following types of nodes does Kubernetes have (pick multiple)?
- Secondary
- Master
- Worker
- Primary
- Which of the following are components of control plane nodes (pick multiple)?
- Docker, kube-scheduler, cloud-controller-manager
- kube-master-server, kubelet, kube-proxy
- kube-scheduler, kube-controller-manager
- kube-api-server, etcd
- Which of the following K8s cluster configuration can be recommended?
- 1 master node, 5 worker nodes
- 2 master nodes, 3 worker nodes
- 2 master nodes, 20 worker nodes
- 3 master nodes, 10 worker nodes
- Which of the following components are used...