Tool
Kubernetes
Container orchestration platform whose admission controllers intercept API requests before persistence.
kubernetes.io/docs/reference/access-authn-authz/admission-controllers
Where it helps
- Govern Sensitive Activities
Admission control is a canonical activity gate: evaluate the intended change before it lands.
- Continuous Governance
Admission and controllers keep governance in the path of every mutating request.
- Govern the Factory and the Product Separately
Runtime cluster controls stay distinct from image build and supply-chain factory controls.