Kandlagunta Venkata Siva Niranjan Reddygetting-started-with-kubernetes.hashnode.dev·Nov 23, 2024A Beginner's Guide to StatefulSets: Ensuring Data Persistence in KubernetesIntroduction When deploying stateful applications such as databases in Kubernetes, ensuring data persistence and maintaining a stable pod identity is critical. Unlike stateless applications, stateful apps require both persistent storage and predictab...29 readsstatefulsets
David Nguyeneplus.dev·Aug 6, 2024Running a MongoDB Database in Kubernetes with StatefulSets - GSP022Overview Kubernetes is an open source container orchestration tool that handles the complexities of running containerized applications. You can run Kubernetes applications with Kubernetes Engine—a Google Cloud computing service that offers many diffe...123 readsTip & TricksRunning a MongoDB Database in Kubernetes with StatefulSets - GSP022