---
title: "Clearing the Obstacles Around Kubernetes Stateful Applications"
url: https://daily.dev/posts/clearing-the-obstacles-around-kubernetes-stateful-applications-voeimsw0d
source_url: https://medium.com/appsflyerengineering/clearing-the-obstacles-around-kubernetes-stateful-applications-04d3621efd24?source=rss----2736d8c2498d---4
type: article
source: "AppsFlyer Engineering"
published: 2023-11-29T08:40:39.849Z
updated: 2023-11-29T08:40:37.937Z
tags: ["webdev", "kubernetes"]
reading_time: 8
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Clearing the Obstacles Around Kubernetes Stateful Applications

**[AppsFlyer Engineering](https://daily.dev/sources/appsflyer)** · 8 min read · 0 upvotes · 0 comments

## Summary

This article discusses the challenges and solutions for running stateful applications on Kubernetes, including the use of local storage and the management of persistent volumes (PVs) and persistent volume claims (PVCs). It covers topics such as using the local-path-provisioner tool, automating recovery from failed nodes, and the development of the Local PVC Releaser controller.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/appsflyerengineering/clearing-the-obstacles-around-kubernetes-stateful-applications-04d3621efd24?source=rss----2736d8c2498d---4>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#kubernetes](https://daily.dev/tags/kubernetes)

[View this post on daily.dev](https://daily.dev/posts/clearing-the-obstacles-around-kubernetes-stateful-applications-voeimsw0d)
