Kubernetes Admission Controller Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
==AlwaysPullImages==
==AlwaysPullImages==
{{External|https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#alwayspullimages}}
{{External|https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#alwayspullimages}}
==PodSecurityPolicy==

Revision as of 01:02, 3 September 2020

External

Internal

Overview

An admission controller is a piece of code that intercepts requests to the Kubernetes API server prior to persistence of the metadata, but after the request is authenticated and authorized.

Admission Controller Types

AlwaysPullImages

https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#alwayspullimages

PodSecurityPolicy