December 31, 2019

166 words 1 min read

Everything You Need to Know About Kubernetes Persistent Storage

Everything You Need to Know About Kubernetes Persistent Storage

Applications need data. Containers remain an ephemeral technology but we don't want our data to disappear either. So how does Kubernetes do it? This session will examine all the individual pieces req …

Talk Title Everything You Need to Know About Kubernetes Persistent Storage
Speakers Kendrick Coleman (Developer Advocate, {code})
Conference Open Source Summit Europe
Conf Tag
Location Prague, Czech Republic
Date Oct 21-27, 2017
URL Talk Page
Slides Talk Slides
Video

Applications need data. Containers remain an ephemeral technology but we don’t want our data to disappear either. So how does Kubernetes do it? This session will examine all the individual pieces required for creating persistent applications in Kubernetes. You will learn about in-tree and out-of-tree storage drivers, PersistentVolumes (PV), PersistentVolumeClaims (PVC), Dyanamic Provisioning, how to use all of these in your Deployments and Pods, high availability, and what happens to the volumes when you delete objects. Get ramped up on everything you need to know about using persistent storage for your applications in Kubernetes

comments powered by Disqus