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.
785 results
Hello,
We have three Zookeeper pods running in EKS. The nodes where they are running have the following values for file descriptors:
```
ulimit -n
1048576
cat /proc/sys/fs/file-nr
4064 0 ...
In our EKS world I use a pod with multiple container. Inside this I set a docker volume with
volumes:
- name: my-share
emptyDir: {}
In each container defintion I use:
volumeMounts:
- name:...
I have containers running in an EKS cluster with the option tty: true and stdin:true. It is important for us that the third party container become this settings.
Anyway, I am currently trying to move...
I have a kubernetes cluster consisting of node groups and fargate.
I have some pods deployed to the EC2 nodes. The EC2 nodes have public network access, so it can either pull docker images or curl...
Having issues getting access to my EKS cluster. I assume a role that is tied to the cluster, and have verified via aws sts get-caller-identity that I have assumed the correct role. Afterwards I update...
Prep:
I've deployed a Cost and Usage Report export, with Split cost allocation data enabled.
Split Allocation Costs are enabled for EKS in the account Cost Management Preferences.
All the...
Hello, i have a kube instance on AWS since few years.
I have updated it on 1.30 and now, when i make "terraform apply", he destroying my node=>Ok.
But when he creating news, i have then error after 23...
I have created eks and continuously trying to connect from windows cli, but always throwing error. I am able to check aws resources from cli also able to see cluster and nodegroup with command...
Hi,
I have an EKS cluster deployed in a VPC with 3x private subnets and 3x public subnets.
My worker nodes are EKS Managed nodes running Bottlerocket, and these are deployed in the private...
Hi,
how can one configure the Built-in Admission Controller to enforce Pod Security Standards when using EKS (K8s v1.27)...
Hello,
I don't get the difference between self managed node groups and AWS Managed node groups, even after read the documentation. Both of them creates an ASG, we don't specify AMI (the way we...
https://repost.aws/knowledge-center/eks-http-proxy-configuration-automation
This document is not updated for eks 1.30
Share my updated userdata below.
```
#Create the containerd and sandbox-image...