https://github.com/seanson/eks-faq
A short collection of frequently asked questions about EKS
https://github.com/seanson/eks-faq
Last synced: 4 months ago
JSON representation
A short collection of frequently asked questions about EKS
- Host: GitHub
- URL: https://github.com/seanson/eks-faq
- Owner: seanson
- Created: 2019-05-22T06:17:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T07:23:07.000Z (about 7 years ago)
- Last Synced: 2025-10-19T07:34:11.925Z (8 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EKS Frequently Asked Questions
The information around EKS and it's various features and quirks can be difficult to source.
This repository aims to be a collection of the various information about EKS in order to help those running it.
## Features
### When will Feature <X> be supported?
The "official" stance of AWS is that features will only be supported once they hit the "Beta" gate. See [Kubernetes Feature Gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/) for more information about the various features.
### PodSecurityPolicy (Beta in 1.13)
Resource technically supported but AdmissionController will not be enabled until 1.13:
https://github.com/awslabs/amazon-eks-ami/issues/145#issuecomment-459052026