Reconciles Knative Serving resources into running Kubernetes workloads. The controller is a control-plane component of Knative Serving. It watches Services, Configurations, Routes, and Revisions and reconciles them into the underlying Deployments, autoscaling resources, and networking objects that run and route serverless workloads.
The controller is a component of the Knative Serving control plane. It runs the reconcilers that watch the Knative Serving API resources (Services, Configurations, Routes, and Revisions) and drives the cluster toward the desired state, creating and updating the underlying Kubernetes Deployments, autoscaling resources, and networking objects that run and route serverless workloads. It runs leader election so a single instance owns reconciliation at a time.
Use this image when you need a hardened, minimal container image for running the Knative Serving controller as part of a Knative Serving deployment.