Storage Volumes in Kubernetes

Introduction In previous post, we learn the basics of how storage works in kubernetes. We learned that for statefull application, we need to persist data beyond container or pod life and how kubneretes have volume plugin mechanism to help us using existing storage solutions for our applications. We then started with a very basic type … Read more