amazon-eks-user-guide
amazon-eks-user-guide copied to clipboard
The open source version of the Amazon EKS user guide. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.
Hi team, The [external snat documentation](https://docs.aws.amazon.com/eks/latest/userguide/external-snat.html) mentioned the following: (Quoted 1 point for brevity) > Due to this behavior: - Your Pods can communicate with internet resources only if the...
https://docs.aws.amazon.com/eks/latest/userguide/pod-identities.html affected language: >You can't use EKS Pod Identities with: > >Pods that run anywhere except Linux Amazon EC2 instances. Linux and Windows pods that run on AWS Fargate (Fargate)...
Explicitly mention what to do when loosing quorum. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your...
*Issue #, if available:* none *Description of changes:* I noticed that the deployment wasn't starting up because K8S couldn't find the PVC. Maybe more importantly, after getting this working, there...
Hi Team The doc [here](https://docs.aws.amazon.com/eks/latest/userguide/managing-kube-proxy.html) says available kube-proxy image for k8s version 1.30 is `v1.30.3-eksbuild.3` but in our environment we are getting this when rolling it out `Error: failed to...
Wouldn't the CNI be assigning IPs from the VPCs to pods only and not to services? The serviceIpv4Cidr is a virtual range and are only accessible within the cluster itself....
The describe cluster command listed in this doc needs to have underscores in 2 of the properties in order to query the versions properly. "Kubernetes Version" needs to be "Kubernetes_Version"...
*Issue #, if available:* they greyed out command in **Disable EKS extended support (AWS CLI)** is not recognized without quotation marks around supportType = STANDARD *Description of changes:* add quotation...
- add example of network load balancer service with advanced configuration
- remove misleading statement about volume migration - add high level migration steps and considerations