Ugo Giordano

Ugo Giordano's contributions

Kubernetes feature image
Article

Why killing pods is not enough: Testing operator reconciliation with operator-chaos

Ugo Giordano

This article discusses operator-chaos, an open source chaos engineering framework for Kubernetes operators. It explains why traditional chaos tools miss operator failures, introduces the four injection modes provided by operator-chaos, and demonstrates its use against cert-manager on a live cluster. The article also highlights the importance of testing operator reconciliation logic beyond just pod restarts.

Featured image for Kubernetes topics.
Article

Protect your Kubernetes Operator from OOMKill

Rishabh Singh +1

Prevent OOM crashes in controller-runtime operators. Learn how to filter your Kubernetes informer cache to stop ConfigMap-driven denial-of-service attacks.