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.
782 results
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...
Hello,
I have two k8s pods accessing the same EFS. One pod writes in the filesystem and the other reads from it. How can I limit the access of the 2nd pod to readonly?
Hello,
I have a P2P deployment running in EKS. I have deployed a service type of LoadBalacer to that port with the following annotations:
```
service.beta.kubernetes.io/aws-load-balancer-type:...
Experience level is novice.
I've built my kubernetes cluster and see my nodes and pods in the AWS EKS console but when I try to use kubectl describe nodes command it fails. I've tried it on both the...
Hello everyone,
Could you please explain how the external-dns (github.com/kubernetes-sigs/external-dns) can communicate with the route 53 API to update records in the case of a private EKS cluster...