DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

How to Solve Kubernetes Persistent Storage Challenges

4 years ago thenewstack.io
How to Solve Kubernetes Persistent Storage Challenges

Summary: This is a summary of an article originally published by The New Stack. Read the full original article here →

However, platform managers, heads of infrastructure and other professionals tasked with overseeing the production environment know that the transformative benefits of containerization are limited.

Stateless applications — those that do not need to store data from one session to the next — do indeed perform admirably in a Kubernetes infrastructure.

The chief downside to this approach is that it doesn’t provide the host of benefits that comes with using Kubernetes.

To provide Kubernetes with persistent storage and make it work with stateful applications, some developers choose to build arcane workarounds.

They provide storage that is attached to the same container as the application itself and is able to survive node failure.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com