KUBERNETES STORAGE :-
Feb 22, 2021
The default the data store by kubernetes pod are transient. In order to retain the data even after pod shutdown, we need to use new kubernetes storage volume. With persistent volume data is contained in consistents state.
Here, I will explain the below two storage volume.
- Persistent volumes
- Persistent volume claim.
PERSISTENT VOLUMES :-
Manage the storage more centrally. Create a large pool of storage and later carved out in pieces for usage.