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 transparency. Omen lets you declaratively define chaos experiments (e.g., killing pods on a cron schedule), but with a focus on control: it selects the exact target pods upfront and can pause for manual approval (with webhook notifications) before executing any disruption. You can also use dry runs to preview targets without any actual impact. It's built with Kubebuilder and installs easily via Helm.I'd love to hear your thoughts and feedback!