HomeCybersecurityKubernetes Admission Control: Image Signing & Policy Gate

Kubernetes Admission Control: Image Signing & Policy Gate

Interactive 3D Kubernetes admission-controller simulator: container images travel down a pipeline toward a validating webhook that checks signature, privilege, resource limits and CVE count — toggle policies and watch which images get admitted or rejected in real time.

Cybersecurity3DAdvanced60 FPS
kubernetes-security-basics ↗ Open standalone

Container images roll down a conveyor toward a validating admission webhook, each one carrying randomised real-world attributes — a signature status, a CVE count from an image scan, a privileged-mode flag and whether resource limits are set. Toggle the same policies a cluster operator would configure in OPA Gatekeeper or Kyverno — require signed images, block privileged pods, require resource limits, and cap the allowed CVE count — and watch the gate admit or reject each image live, scheduling the winners as green pods onto an instanced worker-node grid while rejects flash red and drop off the belt. Live counters track admitted, rejected and the running admission rate, and the "How it works" panel spells out the AND-of-constraints logic every real admission controller implements.

⚙ Under the hood

Interactive 3D admission-controller pipeline: container images roll toward a validating webhook that checks signature, privilege, resource limits and CVE count, and toggling policies changes which images get admitted or rejected in real time.

kubernetesadmission-controlcybersecuritydevsecopsopa-gatekeepercontainer-security

3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install

What did you find?

Add reproduction steps (optional)