- When should you consider using Kubernetes namespaces?
- What is the difference between readiness and liveness probes?
- What are the risks of using a liveness probe with inappropriate configuration?
- What is the difference between resource requests and limits values for Pod containers?
- What is the purpose of delay for cooldown in the HPA?
- What is the difference between ConfigMaps and Secrets?
- What is volumeClaimTemplates in StatefulSet spec?
- Why should you ensure the proper configuration of readiness probes when using rolling updates for Deployments?
- What are the most important rules of thumb when using RBAC in Kubernetes?
You can find answers to these questions in the Assessment of this book.