Admission webhook for Knative Serving resources. The webhook is a control-plane component of Knative Serving. It defaults and validates Knative Serving custom resources through Kubernetes admission control, and validates the Serving ConfigMaps.
The webhook is a control-plane component of Knative Serving. It runs as a Kubernetes admission controller that intercepts API requests for Knative Serving resources: it applies defaults to those resources, validates that changes are well formed, and validates the Serving ConfigMaps. This keeps Knative Serving configuration consistent and rejects invalid changes before they are persisted.
Use this image when you need a hardened, minimal container image for running the Knative Serving webhook as part of a Knative Serving deployment.