Terminology Index

Glossary

170 terms starting with "A"

Open concept maps

Showing 33-64 of 170 terms

A
32

Admission Controllers

Kubernetes components that intercept requests to the cluster's API server and can validate or modify them before objects are created, letting security teams enforce policy such as blocking privileged pods or requiring trusted images.

They come in two kinds: validating controllers that accept or reject a request, and mutating controllers that change it (for example injecting a sidecar). Tools like OPA Gatekeeper and Pod Security admission build on this mechanism to enforce cluster-wide security standards at deploy time.

Introduced in: Cloud-Native Security

Examples

  • OPA Gatekeeper rejecting a pod that runs as root.
  • A mutating webhook injecting a service-mesh sidecar into new pods.
  • Enforcing Pod Security Standards so no workload can request host networking.

No related terms linked yet.