Tag: #statefulset
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Building a Database Operator — Backup, Failover, and Scale as Code
A code-driven walkthrough of solving the hard parts of stateful database operations with a reconcile loop. We cover CR spec design, reconciling StatefulSet/Service/PVC, periodic backups, failover and leader-election conc
2026-06-15 · 14 min read #kubernetes#operator#database#kubebuilder#controller-runtimeRunning Databases on Kubernetes Complete Guide: StatefulSet, Operators, Backup and Recovery
Everything about running DBs on K8s! StatefulSet vs Deployment, PV/PVC/StorageClass, DB Operators (CloudNativePG/Percona/MongoDB), Backup/Recovery (Velero/pgBackRest), Monitoring (PMM), HA/Failover, Performance Tuning, P
2026-03-24 · 17 min read #kubernetes#database#statefulset#operator#postgresqlComplete Guide to Kubernetes StatefulSet and Persistent Volume: CSI Driver, StorageClass, and Dynamic Provisioning in Production
A comprehensive guide to managing stateful workloads in Kubernetes with StatefulSet and Persistent Volumes. Covers CSI Driver architecture, StorageClass design, dynamic provisioning, volume expansion, snapshots, and migr
2026-03-13 · 13 min read #kubernetes#statefulset#persistent-volume#csi-driver#storageclass