Abstract:You have deployed your application on Kube and now you want to actually do something permanent with it?? You will need STORAGE.
This talk will be a good introduction to using storage in Kubernetes. It will cover the use of EmptyDir, HostPath and Persistent Storage options. How to configure and use each type. This talk will also discuss the security features for storage in the open source OpenShift project.
Outline:
- I. How does storage work in Kubernetes
- II. What are the supported volume plugins
- III. How do I configure a volume plugin in my pod
- IV. How do I make my storage secure
- V. Q&A