Questions tagged [aws-eks]
5 questions
5
votes
1 answer
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
- 755
- 2
- 14
- 27
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
- 1
0
votes
1 answer
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
- 55
- 8
0
votes
0 answers
Using Fargate and Managed Nodes with EKS for the same deployment
I have an AWS EKS cluster on which I have created a managed node group and a Fargate profile. I want to make a deployment with several replicas managed by an horizontal pod autoscaler that will be deployed on the managed nodes as long as there are…
Babis
- 1
- 3
0
votes
1 answer
Istio ingress gateway cannot connect to more than one replica for a service
I'm setting up Istio in a new AWS EKS cluster and created a basic nginx deployment to test. When the deployment only has one replica, it works perfectly, responding in less than 100ms.
When I add one replica, the new pod's response time goes up like…
kenske
- 111
- 2