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.
We are using EKS version 1.28 with the AWS Load Balancer Controller version v2.6.2 (from Helm chart 1.6.2). Our setup involves an AWS NLB forwarding traffic to a Kubernetes service using...
I was trying to launch an eks cluster using eksctl tool. The cluster is launched but the nodegroup fails to launch. The following error is displayed in the cloudformation of the nodegroup.
**<---...
I have an EKS cluster hosted in eu-west-3. This cluster has the **Amazon EKS Pod Identity Agent** plug-in installed, and a **Pod Identity association** created with a role that gives access to,...
What should be the optimal size for control plane subnet ID's while provisioning an EKS cluster.
Is /27 or ~30 usable hosts an acceptable size?
```
control_plane_subnet_ids
```
Hi all!
!!Disclaimer!! I am a beginner when it comes to Kubernetes/EKS and I try and fallow as much of AWS documentation on how to do things. If im doing something stupid, forgot something or there...
I have multiple EKS clusters and I'm trying to enable the ADOT EKS addon to write metrics to a single Amazon Managed Prometheus instance.
After enabling the addon on the second cluster, the...
hi team
1) I am using code pipeline and code build to create CICD
2) my code build aim role is in prod
3) The code build IAM role assuming another role in stage account
4) In code build specs.yaml...
Assuming I have these set after I have installed VPC CNI for my EKS cluster:
```
- name: ENABLE_PREFIX_DELEGATION
value: 'true'
- name: ENABLE_POD_ENI
...
I am running a service in an eks environment, and I have a question because too many ALB health check logs are generated in the logs within the pod.
The health check timeout for alb is 5 seconds and...
Probably a newbe question but...
I started to test EKS (from the web UI) recently but I got stuck at the nodegroup creations.
steps:
1- create EKS cluster (all default )
2- create nodegroup (increased...
How do you bake files into an AWS EBS volume and mount it to a pod in an EKS cluster?
Not allowed to build containers and have to figure this out before we move to a new AWS instance.
Any ideas?
Hello,
I am currently running a EKS cluster on version 1.28 with a node group of 3 servers behind a load balancer. There is prod and staging namespace, production is working as intended, but when...