Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanson/eks-faq
A short collection of frequently asked questions about EKS
https://github.com/seanson/eks-faq
Last synced: 7 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T07:23:07.000Z (over 5 years ago)
- Last Synced: 2024-11-14T01:34:29.288Z (2 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- 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