Kubetier
← Permission Reference
T2

create validatingadmissionpolicybindings

Binds a ValidatingAdmissionPolicy to namespaces or cluster-wide scope.

Combined with policy creation, enforces denial rules cluster-wide with no external webhook infrastructure.

API Group
admissionregistration.k8s.io
Scope
cluster
Audit Level
RequestResponse

Escalation Paths

  1. Create a ValidatingAdmissionPolicy with a CEL expression that denies creation of pods or another critical resource.

  2. Create a ValidatingAdmissionPolicyBinding targeting all namespaces.

    A policy without a binding is not enforced.

  3. Every matching create is rejected cluster-wide, so deployments, scaling, and recovery all stall until the policy is found and removed.

  4. This denies and never grants.

    It is a persistent control-plane denial of service, not a route to any additional identity or credential.

Additional rights needed:

K8s docs ↗
K8s docs ↗