What are Kubernetes Controllers? Kubernetes Controllers are designed to manage the lifecycle of certain resources, like Deployments and Services. They are responsible for keeping the cluster’s desired state in sync with its actual state. For example, the following code snippet shows a simple Controller loop: Note: this example is taken from the following documentation. So the […] The post A Technique To Monitor Kubernetes Controller Latency appeared first on Povilas Versockas.