Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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.
811 results
I create a cluster with EKSBlueprints and I also can connect to the cluster with terminal and usage of:
`aws eks update-kubeconfig --name east-test-1 --region us-east-1 --role-arn <ROLE_ARN>`
But how ...
I create my VPC and EKS cluster using terraform, after this after that I executed the command "aws eks --region <my-region> update-kubeconfig --name <my-cluster-name>" to get access to the cluster API...
How can I install a manifest with EKS Blueprints. After the setup I want to install a yaml file for the alb/ingress to active Cognito authorization inside the stack.
Hello AWS Support Team,
I am currently running an Amazon EKS cluster, and I am trying to validate the spec.trafficDistribution= PreferClose feature that was introduced in Kubernetes 1.31. I have succ...
I try to set a masterrole similar to addMasterRole to my eks cluster. For this I use:
```
const platformTeam = new blueprints.PlatformTeam({
name: "admin",
users: [new cdk.aws_iam.ArnPrincipal("a...
I create a simple cluster with CDK and eks Blueprints. But management console tells me that: `Your current IAM principal doesn’t have access to Kubernetes objects on this cluster.`
How I can set in B...
I try to create a EKS Cluster with CDK in Typeskript. For this I have a Nodegroup Stack where I set an AMI version. I use Kubernetes 1.28
I use the common amazon way from website:
https://docs.aws.ama...
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 3...
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: my-shar...
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 w...
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...