© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
S. SubramanianDeploy Container Applications Using Kuberneteshttps://doi.org/10.1007/978-1-4842-9277-8_15

15. Data Persistence in EKS

Shiva Subramanian1  
(1)
Georgia, GA, USA
 

One of the most important things to take care of in Kubernetes is data persistence. Because each container and everything inside of it is lost when the container is destroyed, it becomes important to save the transactional data that the container may be processing. This chapter deals with how to store transactional data that’s inside the container memory when it’s running to be stored on a durable storage such as EBS in AWS.

Storage Volumes for Kubernetes

Much like in traditional operating ...

Get Deploy Container Applications Using Kubernetes: Implementations with microk8s and AWS EKS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.