Discover insights, tutorials, and thoughts from our community. Stay updated with the latest trends in platform engineering, DevOps, and software development.

Explore the purpose and value of Kubernetes Operators and CRDs through a seasonal reflection. This post explains how Operators extend the Kubernetes control plane to manage both internal and external resources, simplifying complex application deployments and integrations.

A guide to writing your first Kubernetes Operator, covering 11 essential things to know before you start. This post offers practical advice on using the Operator SDK, handling reconciliation loops, managing state, and testing in isolation to save you time and effort.