5

I am trying to enable some admission controllers on EKS. How do you see the existing admission controllers and enable new ones?

simplytunde
  • 197
  • 2
  • 7

1 Answers1

6

I don't believe this is possible at this time. The control plane is managed by Amazon, and it's not possible to modify it.

If you need a Kubernetes cluster in AWS with these kind of options, use kops

jaxxstorm
  • 12,422
  • 5
  • 57
  • 67
  • Thanks. I am hoping AWS comes out with more flexibility in this arena – simplytunde Jul 22 '18 at 20:00
  • W.r.t. “see the existing admission controllers”, I could not find [any information](https://aws.amazon.com/eks/faq/) on what is included and whether it is more or less than the [standard recommendations](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#is-there-a-recommended-set-of-admission-controllers-to-use). – Jesse Glick Sep 24 '18 at 19:51
  • As of October 12, 2018, Amazon has enabled this functionality for customers: https://aws.amazon.com/about-aws/whats-new/2018/10/amazon-eks-enables-support-for-kubernetes-dynamic-admission-cont/ – Corey Cole Oct 14 '18 at 16:26
  • That doesn't seem to work for the built-in admission controllers though - just dynamic ones. For example, how can you use pod security policies in EKS right now? – Seer Oct 24 '18 at 14:34