Don't Lose Your Data: Understanding Kubernetes Persistent Storage
Introduction
So far in our Kubernetes journey, we've focused on "stateless" applications like the Nginx web server. These apps are simple because they don't need to save data between restarts. If a Pod dies, a new one is created, and no state is lost...
thebhatman.hashnode.dev6 min read