Terminology Index
Glossary
1801 terms
Showing 1089-1120 of 1801 terms
OPA Gatekeeper
A Kubernetes admission controller built on Open Policy Agent that enforces policy on resources as they are created, blocking or auditing workloads that violate rules, so cluster policy is enforced automatically.
OPA Gatekeeper integrates Open Policy Agent with Kubernetes admission control: it evaluates incoming resource requests against policies (constraints) and rejects or flags those that violate them, for example, blocking privileged pods, requiring labels, or enforcing image sources. This brings policy-as-code enforcement directly into the cluster's admission path, a key cloud-native control for ensuring only compliant, secure workloads are admitted, complementing RBAC and network policy.
Introduced in: Cloud-Native Security
Examples
- Blocking a privileged pod at admission via a Gatekeeper constraint.
- Requiring all workloads to carry mandatory labels through policy.
- Enforcing approved image sources automatically in the cluster.
No related terms linked yet.
