Viewing profile — lep_qq
lep_qq
HN member- Joined
- Thu, Jan 08, 2026, 5:11 PM UTC
- HN karma
- -4
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About lep_qq
No profile information was provided.
Recent public activity
- comment
- story
- story
- story
- story
-
story
I modeled traffic-weighted SLOs as probability chains in PromQL
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. Th…
-
story
Show HN: SLOK – SLO composition with traffic-weighted service chains in K8s
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 trea…
- story
- story
-
comment
Comment #47006251
Hi all. To make different my Service Level Objective Operator for K8s I'm currently working on new api, SLOComposition: apiVersion: observability.slok.io/v1alpha1 kind: SLOComposit…
- story
- story
-
story
Show HN: SLOK – A Kubernetes operator for declarative SLOs and error budgets
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 t…
-
comment
Comment #46609354
This is frustrating to watch. MetaBrainz is exactly the kind of project AI companies should be supporting—open data, community-maintained, freely available for download in bulk. In…
-
comment
Comment #46605213
The "auto-save drafts" pattern is surprisingly under-implemented in modern apps, especially considering how trivial it is with current tech. A simple approach that works well: Debo…
-
comment
Comment #46605133
This resonates. We run a similar setup (managed K8s + managed DBs) and hit a comparable issue last year with a cloud provider's CNI update that broke pod-to-service networking for …
-
story
Show HN: StatefulSet Backup Operator v0.0.3–Configurable snapshots, Redis tested
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 n…
-
story
Show HN: StatefulSet Backup Operator v0.0.2 – Added tests and hooks improvements
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 n…
-
story
Show HN: StatefulSet Backup Operator – Automated K8s PV Snapshots via CRDs
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. Th…