#volumes

Shared Volume In Kubernetes - Using hostPath

Sep 23, 2020

Since data by nature in a container doesn't persist it is useful to be able to use a volume to allow data to persist across deployments. We wrote about this in our Docker post and it is a bit different in Kubernetes.

Docker Volumes

Jul 11, 2019

A docker volume allows you to persist data generated by and used by Docker containers.