Managing Persistent Volumes in Deployment
In real world, any applications perform either read or write operations, over the data. So, we need some mechanism to store data for the application running inside the Kubernetes cluster. There are two ways you can storage data in Kubernetes:
Note: F...
saikatm.hashnode.dev7 min read