Overview of Elastic Kubernetes Service (EKS)

Elastic Kubernetes Service (EKS) is a managed Kubernetes service offered by Amazon as part of the AWS cloud platform.

The EKS Fargate profile provides a serverless Kubernetes experience that runs on top of EKS.

Elastic File System (EFS) is a managed AWS service that allows users to create and access network file system storage in AWS. It is based on the Network File System (NFS) v4 specification.

EKS Fargate uses EFS to provision and manage persistent storage. Together, EKS Fargate and EFS provide an abstraction layer over low-level Kubernetes resources like compute instances (EC2) and disk storage.