Chapter 4
- Correct answer: (C) PersistentVolume. PersistentVolumes are claimed using PersistentVolumeClaims – PersistentVolume must exist before you can create a PersistentVolumeClaim.
- Correct answer: (D) Rancher. KinD includes the local-path-provisioner, which was created by Rancher.
- Correct answer: (A) Load balancer. When a cluster has multiple worker nodes, you need to install a load balancer in front of the cluster to direct traffic to the backend worker nodes.
- Correct answer: (B) False. As shown in Figure 5.9, a Kubernetes cluster can have multiple CSIDrivers. This allows a cluster to connect to multiple backend storage systems.