Policy Management in Kubernetes with Validating Admission Policies

Policy Management in Kubernetes with Validating Admission Policies

with the Kubernetes 1.26 version, the Validating Admission Policy feature is released and this feature is now moved to beta with Kubernetes 1.28. This feature allows everyone to have standardisation for declarative policy management in the Kubernetes API. That means we are able to manage and define policies in a Kubernetes native way. This feature removes the need of using third party Policy Management tools like OPA Gatekeeper, Kyverno and Datree and removes the additional operational burden of these tools. In this talk we will discover the nature of Validating Admission Policy feature.