Answer the following questions to test your knowledge of the information that was covered in this chapter. You can find the answers in the Assessments section at the end of this book:
- Â What managed Kubernetes services are offering Azure?
- Azure Kubernetes Service (AKS)
- Containers on web app
- All of the above
- How do we run persistent storage applications in Kubernetes?
- This doesn't work in Kubernetes
- Create a persistent storage claim to create the Azure disk and map the disks inside the pods using the storage claim in the pod definition
- How can we deploy applications on Kubernetes?
- Kubernetes manifest files (YAML/JSON)
- Helm charts
- kubectl
- All of the above