Kubernetes: How to share data between containers with K8s shared volumes

Sometimes applications require multiple containers to work together. When this happens, that’s where Kubernetes volumes comes into play.
This article provides a quick guide on:
- What Kubernetes volumes is
- The main types that Kubernetes’ supports
- How to share data between containers using K8s shared volumes
Read the guide here.