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 helps to get better resiliency with Kubernetes?
- Resource requests
- Multi-container pods
- Reconciliation loop
- Ingress controller
- Which of the following Kubernetes autoscalers allows us to automatically increase and decrease the number of pods based on the load?
- VPA
- HPA
- RPA
- Cluster Autoscaler
- Which of the following Kubernetes autoscalers adjusts container resource requests and limits based on statistical data?
- VPA
- HPA
- RPA
- Cluster Autoscaler
- Why is it important to downscale the application and infrastructure?
- To reduce the possible attack surface
- To avoid hitting cloud provider limits
- To reduce network traffic
- To reduce costs when computation resources are idling
- What best describes horizontal scaling?
- Adding more CPU to the same service instance
- Adding more replicas...