Popular data storage options for Kubernetes - Deepstash
Popular data storage options for Kubernetes

Popular data storage options for Kubernetes

Ideas, facts & insights covering these topics:

3 ideas

No reads

Explore the World's Best Ideas

Join today and uncover 100+ curated journeys from 50+ topics. Unlock access to our mobile app with extensive features.

Data storage options in Kubernetes

Data storage options in Kubernetes

A lot of examples and lab exercises in K8 focus on stateless applications. That's cool, but in this deepstash, we'll explore two options for data storage:

  • Database Storage
  • Kubernetes Persistent Volumes

1

0 reads

Technique #1: Database

Technique #1: Database

One approach would be to store the data in a database independent of your cluster.

Example: A MySQL or PostgreSQL database running on a server that is separate from your cluster. Alternatively, you could leverage a managed database service like Azure SQL, Amazon RDS, etc.

1

0 reads

Technique #2: Kubernetes Persistent Volumes

Technique #2: Kubernetes Persistent Volumes

Another approach would be to use Kubernetes Persistent Volumes. This is a type of data storage that exists in the cluster and remains even after a pod is destroyed. You can use a Kubernetes object called a "stateful set" to ensure that your updated application can communicate with the same volume as the previous pod.

1

0 reads

IDEAS CURATED BY

mike.berggren

Cybersecurity geek, engineering nerd, productivity enthusiast, devops wannabe, and sci-fi addict.

CURATOR'S NOTE

A quick primer on popular data storage techniques for kubernetes applications

Read & Learn

20x Faster

without
deepstash

with
deepstash

with

deepstash

Personalized microlearning

100+ Learning Journeys

Access to 200,000+ ideas

Access to the mobile app

Unlimited idea saving

Unlimited history

Unlimited listening to ideas

Downloading & offline access

Supercharge your mind with one idea per day

Enter your email and spend 1 minute every day to learn something new.

Email

I agree to receive email updates