Introduction The Four Golden Signals and the RED method are fantastic for monitoring user-facing request-driven services. But how do you apply The Four Golden Signals to non-request-driven services, such as – Kubernetes Controllers? What are Kubernetes Controllers? Kubernetes Controllers are designed to manage the lifecycle of certain resources, like Deployments and Services. They are responsible for […] The post How to monitor Kubernetes Controllers appeared first on Povilas Versockas.