Hacker News new | ask | show | jobs
What Are Kubernetes Validating Admission Controllers? (layer5.io)
2 points by lcalcote 1136 days ago
2 comments

In this blog post, we will be discussing a new feature in Kubernetes called "Validating Admission Policies" which is currently in alpha stage. This feature allows administrators to define custom validation rules for resources being created in the cluster and enforce those rules using admission controllers.
Interesting