lep_qq
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Most SLO tools treat a user journey as binary: either all services are up, or the whole thing is down. That breaks when traffic doesn't flow uniformly through all your services. The checkout SLO that lied Three…
-
I've been building a Kubernetes operator for SLO management (SLOK) and just shipped a feature I haven't seen elsewhere: WEIGHTED_ROUTES composition. The problem Most SLO tools treat a user journey as a simple chain: if…
-
I’ve been building a Kubernetes operator called SLOK to manage Service Level Objectives using CRDs and Prometheus. The goal is to make SLOs a first-class, declarative resource in the cluster. You define objectives,…
-
Update on the StatefulSet Backup Operator - a lightweight Kubernetes operator for automated backups using native VolumeSnapshot APIs. What's new in v0.0.3: VolumeSnapshotClass is now configurable (was hardcoded before)…
-
Quick update on the StatefulSet Backup Operator I shared last week. Based on early feedback and code review, I've made several improvements: What's new in v0.0.2-alpha: Container name specification for pre/post backup…
-
I built a small Kubernetes operator that automates PV snapshots for StatefulSets using custom resources for scheduling and retention. It's at v0.0.1-alpha and very experimental. The idea was to explore a pattern where…