Running containers in ECS Fargate is great until you need persistent storage. At first, it seems straightforward: mount an EFS volume, and you’re done. But then...
Continue reading...PersistentStorage
Storage Classes in Kubernetes, Let’s Manage Persistent Data
One essential aspect in Kubernetes is how to handle persistent storage, and this is where Kubernetes Storage Classes come into play. In this article, we’ll explore...
Continue reading...