Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.09 KB

5_0_Persistent_Storage_for_K8s.asciidoc

File metadata and controls

23 lines (15 loc) · 1.09 KB

Chapter V. Persistent Storage for K8s

There’s a whole bunch of applications that store data you really, absolutely, definitely, 100% won’t want to lose. For those apps, you’ll need to have Kubernetes assign them some persistent storage.

Prerequisites

Before moving on, please make yourself familiar with the storage options offered by Kubernetes:

Depending on your deployment environment (Public Cloud, Private Cloud, or bare metal on-prem installation), you will need to select a suitable https://kubernetes .io/docs/concepts/storage/persistent-volumes/#storageclasses[Backing Storage type].


Awesome! After all that reading, let’s get back to hands on: