Questions tagged [aws-eks]
17 questions
8
votes
2 answers
enable ephemeral containers AWS EKS
I'm trying to debug a distroless POD by trying kubectl debug which uses ephemeral containers that are disabled by default in aws eks. I'm using aws eks 1.21
✗ kubectl debug -it opentelemetry-collector-agent-6hqvf --image=busybox…
DmitrySemenov
- 875
- 2
- 16
- 29
3
votes
1 answer
how to generate terraform code of existing AWS EKS cluster?
I created EKS cluster on my AWS account, finished all necessary configurations, the environment is working as expected. Now I would like to generate terraform code to have a possibility to create another EKS by request from app. Is it possible to…
3
votes
1 answer
Deploying an AWS Load Balancer Controller for EKS Fargate API service
Context
I'm trying to deploy a containerised API service to an EKS Fargate cluster and have it service requests from external internet addresses as an over-engineered POC/learning experience. I'm running into issues when it comes to understanding…
Declan
- 31
2
votes
1 answer
How do i fix terraform invalid JSON policy
I am trying to use a file which contains load balancer iam policy for my AWS in terraform. However when i run the terraform script, i get an error stating:
Error: "policy" contains an invalid JSON policy
│
│ with…
eagercoder
- 123
1
vote
0 answers
eksctl and AsgInstance launch failures due to account quota limit
I was trying to launch an eks cluster using eksctl tool. The cluster is launched but the nodegroup fails to launch. The following error is displayed in the cloudformation of the nodegroup.
Error displayed in cloudformation:
Resource handler returned…
R-R
- 111
1
vote
0 answers
AWS EKS nodes claiming an absurd amount of IP addresses
I run an AWS EKS cluster (v1.24) with a couple c5a.xlarge worker nodes and VPCCNI networking, with ENI trunking enabled and ENABLE_POD_ENI set to true in the VPCCNI configuration (some of the pods need specific security groups, hence the need for…
user1933738
- 269
1
vote
1 answer
Two EKS cluster using the same LoadBalancer
Does anybody know if it is possible (and how) to share the same ELB between two Ingress Controllers on different EKS clusters in the same VPC?
I have one cluster EKS cluster already running and I just created a second one. I'd like to use the same…
Jaumzera
- 113
1
vote
2 answers
Grafana pod is not running, how to fix that?
I have deployed grafana in eks using the steps provided in this link
After deployment of grafana, the pod is not in running state.
kubectl get po -n grafana
NAME READY STATUS RESTARTS AGE
grafana-6db7758575-pfqdg 0/1 …
user2331760
- 325
0
votes
0 answers
keda-add-ons-http-interceptor pods are in CrashLoopBackOff - nost sure what is missing here
{"level":"info","ts":1733906885.9611363,"caller":"interceptor/main.go:44","msg":"starting…
0
votes
1 answer
AWS launch template being replaced by EKS role
I have a launch template that I use for EKS.
This launch template includes a storage volume that is gp3 and resource tags (to make the billing clearer). Something I have recently noticed however is when I click "Update Now" on a node group via the…
James Gedny
- 1
- 1
0
votes
0 answers
ClusterAutoscaler on EKS
Has anyone deployed Cluster autoscaler on EKS With multiple nodegroups? I want the nodegroups to be individually configurable so I am using…
karthick
- 1
0
votes
1 answer
Unable to start metrics server on eks fargate
I am trying to implement eks on fargate. I want to deploy metrics server on eks fargate. I am following official documentation from aws on eks.
https://docs.aws.amazon.com/eks/latest/userguide/metrics-server.html
Deploy the Metrics Server
Deploy the…
0
votes
0 answers
Does EKS bill include the costs for control-plane (master) nodes?
EKS costs $0.10 / hr + you pay for the worker nodes (EC2 + storage + data transfer). But EKS itself runs master nodes. So the question is: does $0.10 covers the costs of master nodes? If not, then how can I control the node type used for master…
0
votes
2 answers
AWS VPC CNI PLUGIN - Error: container runtime network not ready due to NetworkPluginNotReady - How to Resolve
I am facing difficulty in this, maybe the answer is simple so if someone knows the answer, please comment here.
I have created an EKS cluster using the following manifest.
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name:…
Arun Lal
- 1
0
votes
0 answers
Why can't I schedule more pods even with Ipv4Prefix enabled in my EKS cluster
I am using cilium as my CNI. I have successfully run the cilium connectivity test and all tests pass. My nodegroup schedules a t3.small nodes (3 of them), which allows me to run 11 pods without Ipv4Prefix enabled. Now I have enabled Ipv4Prefix by…
eagercoder
- 123