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.
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...
I am trying to deploy the new SCAD Containers Cost Allocation Dashboard following the instructions from https://catalog.workshops.aws/awscid/en-US/dashboards/additional/scad-containers-cost-allocation...
Hello AWS Community,
I recently encountered an issue where I manually deleted an EKS cluster named "demo-cluster" from the AWS Management Console instead of using the eksctl delete cluster command....
I have several active EKS clusters that are configured in API authentication mode in their access configuration. I'm trying to work out how to add an AWS Managed Collector for Amazon Managed...