1 Answer
- Newest
- Most votes
- Most comments
7
Hello msmax,
EKS doesn't currently offer Validating Admission Policy directly (as of June 13, 2024). This is likely due to EKS prioritizing stability and using slightly older Kubernetes versions.
While not built-in, you have options:
- Upgrade your EKS cluster's Kubernetes version (if supported) to potentially access it.
- Deploy a custom Validating Admission Controller for more control.
- Stay updated through AWS release notes and community forums for future feature announcements and support for VAP in EKS.
Validating Admission Policy Documentation: https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/
Relevant content
- asked 3 years ago
- asked 5 years ago
- AWS OFFICIALUpdated 2 years ago

Has there been an update on this? Will EKS be supporting Validating Admission Policy soon?
it has been a full year since the answer. Is this feature on an EKS roadmap somewhere?