New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
Questions tagged with Amazon Elastic Kubernetes Service
The most trusted way to start, run, and scale Kubernetes
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
829 results
We are running EKS with MULTUS to manage Secondary IP address attachment to pods from a designated subnet, this require attaching an additional eni (eth1 for example) to EC2 in the same designated sub...
I'm testing an application on AWS,Azure,GCP and I've hit this issue and wasted 3 days. Every time I try to create the nodegroup it fails after 10 minutes due to maximum fleet requests reach for this a...
Hi, I new to EKS and created a Cluster and 2 worked node. And Cluster is up and running but I'm getting this error while running kubectl get nodes.
Already updated AWS Cli version and updated .kube/c...
I follow this document to create EKS cluster and node group but cannot success no matter how I tried. I follow this https://docs.aws.amazon.com/eks/latest/userguide/troubleshooting.html to troubleshoo...
Maybe someone can help me. I have created a new EKS cluster with a managed node group of 4 nodes. On each nodes I am seeing the following warning every 10 minute. Don't understand what could be the pr...
I created cluster in EKS using console. I can connect to control plane using kubectl. But node group fail to create. It said instance cannot join cluster error. I create IAM role from console recommen...
Hi All,
Earlier our infra was on EC2 where all services and elasticsearch was also on EC2 with both instance were separate. We recently moved our services to EKS and now the random API's are throwing...
If I create a Kubernetes cluster (EKS) running an application that needs to access an Amazon RDS instance, does the cluster need to be deployed within the same VPC as the RDS? If not, is setting up a ...
Hi,
I would like to know if it is possible to run an EKS Auto Mode cluster in a VPC that does not a direct internet connection, no NAT GW and IGW.
I could not find a way to do it with a custom Node Cl...
At the moment EBS CSI Driver add-on seems not to be compatible with EKS Auto Mode configuration, see ![the screenshot taken when creating an EKS using a custom configuration](/media/postImages/origina...
Following the documentation here-
https://docs.aws.amazon.com/eks/latest/userguide/auto-configure-nlb.html
I added these annotations to my NLB loadbalancer service
apiVersion: v1
kind: Servi...
My EKS cluster is a side project to play with eks- as such, I try to minimize the spend. I updated to eks auto-mode the other day, thinking that being able to remove the default nodepool that karpente...