kreicer

↗ HN profile [ 35.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN, I built Omen, a lightweight Kubernetes chaos engineering operator. Existing chaos tools can often feel like a black box or require heavy installations. I wanted something simpler that prioritizes safety and…

  2. Hi HN, Clusters tend to accumulate garbage: debug pods, failed jobs, test workloads that nobody cleans up. I built Columbo, a CLI that tries to detect these by assigning a suspicion score to each pod. Would love…

  3. Hi HN, I built hanoi-cli, a small CLI tool that analyzes how pods are distributed across Kubernetes nodes and suggests a better placement. The idea came from a recurring issue: clusters often end up imbalanced even when…

  4. Hi HN, I built Argazer after running into the problem of tracking outdated Helm charts used by ArgoCD applications in our Kubernetes clusters. The tool connects to the ArgoCD API, extracts chart sources and checks…