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.
our codecommit repos,ECR repos,codebuild jobs, codepipeline jobs in dev account which will deploy apps in EKS in the dev account.
now we need to deploy our apps in Prod account , so can we create a...
I can't access my cluster through the bastion as the aws-auth isn't there anymore what can I do
This is the error
error: You must be logged in to the server (the server has asked for the client to...
I would like to better understand how EKS access policies work in conjunction with kubernetes RBAC object. For example, are the access policies their own set of permissions independent of kubernetes...
We have a windows node containing 200 GB total space. But when we are checking the same in windows pod it is showing only 20 GB free space.
We dont ahve any pvc or any type of storage mounted to the...
TL;DR: A new devops want to use the current EKS which encrypted using KMS, the IAM have administrator access which copied from the old devops guy.
I've joined a new company which have eks cluster, to...
I have an EKS cluster version 1.30 with ingress nginx controller (v4.10.0) and ALB controller (v1.8.1).
Nginx uses a LoadBalancer Service which uses a NLB in "ip"...
kind: Service
metadata:
name: test-nlb
namespace: default
annotations:
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp
...
I'm struggling with a persistent 502 Bad Gateway error. I've addressed all the issues I could find, including checking php-fpm, nginx services, and verifying that all pod logs and service logs are...
Hello,
I’m trying to use NTH with Karpenter, and according to the official documentation:
https://karpenter.sh/docs/troubleshooting/#aws-node-termination-handler-nth-interactions
In IMDS mode, we need...
I have deployed AWS ALB controller on my EKS cluster rel 1.30 by processing as mentioned in this documention https://docs.aws.amazon.com/eks/latest/userguide/lbc-helm.html.
But when I want to create...
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...