Kubernetes

AWS Brings ECS, EFS Service Closer

Amazon Web Services (AWS) this week announced it has more tightly integrated its Elastic Container Service (ECS) with the Amazon Elastic File System (EFS) to make it easier to deploy stateful containerized ...
EBS and EFS in Kubernetes

Using EBS and EFS as Persistent Volume in Kubernetes

If your Kubernetes cluster is running in the cloud on Amazon Web Services (AWS), it comes with Elastic Block Storage (EBS). Or, Elastic File System (EFS) can be used for storage. We ...