By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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 ...
1
answers
0
votes
60
views
asked 2 months ago
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...
2
answers
0
votes
50
views
asked 2 months ago
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.
1
answers
0
votes
30
views
asked 2 months ago
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...
2
answers
0
votes
147
views
asked 2 months ago
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...
2
answers
0
votes
53
views
asked 2 months ago
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...
2
answers
0
votes
53
views
asked 2 months ago
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...
5
answers
0
votes
57
views
asked 2 months ago
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...
2
answers
0
votes
102
views
asked 2 months ago
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...
2
answers
0
votes
58
views
asked 2 months ago
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 ...
1
answers
0
votes
50
views
asked 2 months ago
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...
2
answers
0
votes
57
views
asked 2 months ago
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...
1
answers
0
votes
68
views
asked 2 months ago