© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
J. BartlettCloud Native Applications with Docker and Kuberneteshttps://doi.org/10.1007/978-1-4842-8876-4_16

16. Architecting Data Stores

Jonathan Bartlett1  
(1)
Tulsa, OK, USA
 

The term data store is a generalization of the idea of a database . Relational databases, hierarchical databases, key/value stores, and even filesystems are all examples of data stores. In Kubernetes and other cloud-oriented systems, data stores are treated in a very special way.

The goal , in general, is to make the applications themselves contain as little persistent state as possible in order to allow them to be maximally scalable. However, for a system to be useful, the data has ...

Get Cloud Native Applications with Docker and Kubernetes: Design and Build Cloud Architecture and Applications with Microservices, EMQ, and Multi-Site Configurations 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.