Pod and Persistent volume with existing EBS in EKS

Stateful containers and Persistent volumes are not rare uses cases in the Kubernetes world, If you are running a MySQL, MongoDB, or Redis kind of setup you will definitely need a persistent volume. Why Persistent Volumes There are two different categories of volumes available in K8, the normal volumes, and the persistent volumes. Persistent volume … Continue reading Pod and Persistent volume with existing EBS in EKS