lep_qq

↗ HN profile [ 44.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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…

  3. 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,…

  4. 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)…

  5. 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…

  6. 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…