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 Kubernetes resources allows you to recover an application if the node it was running on has failed (select multiple)?
- Pod
- Service
- StatefulSet
- Deployment
- Which of the following Kubernetes resources ensures that the defined number of replicas are always running (select multiple)?
- Pod
- ReplicaSet
- Deployment
- DaemonSet
- Which of the following Kubernetes resources allows us to perform rolling updates and zero-downtime deployments?
- Service
- Deployment
- ReplicaSet
- DeploySet
- Which statement best describes the relationship between Pods and various Kubernetes controllers (resources)?
- Pods are managing the resources
- Pods are managed by the container runtime
- Pods are always managed by one of the Kubernetes controllers
- Pods can be managed by one of the Kubernetes controllers
...