In this chapter, we have learned about the rich set of tools that Kubernetes provides to provision storage for your applications.
You should have learned the following:
- How to configure volumes for your pods
- How to mount volumes into containers
- How to automatically provision EBS volumes with persistent volume claims
- How to provision different EBS volume types by configuring storage classes
- How to dynamically provision a volume for each pod in a stateful set
You should now have enough knowledge to deploy many types of applications to your Kubernetes cluster.