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.
Hi all,
i follow the step in skillbuilder lab Building and Deploying a Containerized Application with Amazon Elastic Kubernetes Service, almost all steps works as expected. EKS cluster created without...
It appears that the resource provider for AWS::EKS::Nodegroup can issue an invalid API request to EKS when the taints property changes between undefined and empty list.
I recently changed my CDK...
We have been running our site with no problems for a while.
On July12, with no changes made to any AWS configuration, our site went down.
We are in the process of making an update, which has not been...
Hello,
I would like to practice developing Kubernetes custom resources and custom controllers. Is AWS EKS suitable for this purpose?
I'm new to this topic, so I'm not sure if EKS managed control...
I created a single EC2 Ubuntu instance which I used to create an EKS cluster however when listing pods I get the following:
kubectl get pods
E0711 20:53:40.650783 7715 memcache.go:265] couldn't...
How do I access the instance storage on EKS nodes? e.g. If my Pod images are very large, instead of having large EBS volumes, I keep it to the bare minimum and make sure pod images are stored on the...
I have a few accounts in the following structure:
- `mycompany-management` (billing account)
- `mycompany-artifacts` (where ECR registry lives)
- `mycompany-production` (where EKS lives)
-...
I have an EKS (version 1.30) with `ingress-nginx` installed using Helm
There are 45 nodes in my cluster
Looking at my "Target instances" on the ELB page, only 2-4 are active while the rest are...
Hello, i have a EKS cluster running in version 1.21. The extended support ends on 15th of July and although the new cluster is almost ready we would like to have the option to extend our deadline a...
I have 2 VPCs, one for my EKS cluster and another for the RDS.
I have established a VPC peering between them, but I still receive errors from my application "connection timed out on port 5432".
It's...
We have created private appsync and vpc endpoint with private dns name option enabled.
These 2 options are also enable in VPC
1. DNS hostnames:- Enabled
2. DNS resolution:- Enabled
Still only zone...
Hello community,
I would like to know how to use the AmazonEKSLoadBalancerControllerRole that I already have created for one EKS cluster in another cluster. Considering the guidance from the...