Questions tagged [amazon-eks]

92 questions
1
vote
1 answer

Not able to access RDS instance inside EKS cluster | EKS <-> RDS connection

I'm trying to access my existing RDS instance in the newly created EKS cluster. steps I have followed: Create a VPC peering connection by keeping RDS as requester and EKS as accepter. Add destination Accepter CIDRs with the peering connection. in…
1
vote
1 answer

Traffic encryption between EC2 and EKS pods

We are deploying our app to the EKS, and have a hybrid situation where some services aren't deployed yet within the EKS cluster. We want the traffic between services deployed on EC2 instances would be encrypted during communication with services…
Mickey Hovel
  • 111
  • 3
1
vote
0 answers

How do I allow an additional AWS user to gain access to EKS?

I'm trying to do: [ec2-user@xxxxxxxxx x]$ aws eks update-kubeconfig --name prod-eks-v2 --role-arn arn:aws:iam::9xxxxxxxxxxeks-v2-cluster-ServiceRole-xxxxxxxxxx An error occurred (AccessDeniedException) when calling the DescribeCluster operation:…
Chris Stryczynski
  • 1,566
  • 2
  • 20
  • 25
1
vote
1 answer

How do I use AWS EKS with the Jenkins Kubernetes Cloud plugin?

I have found essentially no documentation about how to use the Jenkins Kubernetes Plugin with Amazon EKS. The documentation mentions aws-iam-authenticator and a java setting to change a cache timeout, but doesn't explain how to configure…
papercrane
  • 133
  • 2
  • 6
1
vote
2 answers

Infrastructure used in Amazon EKS

I was looking into a demo of an application built on Amazons kubernetes service, EKS. However, I am struggling to understand what infrastructure is used underneath, as I don't have access to AWS directly. My understanding. You define a cluster,…
Dennis Jaheruddin
  • 203
  • 1
  • 2
  • 7
1
vote
1 answer

Istio : HTTPS Traffic converted to HTTP with port set as 443

Bug description We have setup an istio over on eks cluster & a java app is hosted in it. The pod has been created along with service with type ClusterIP We have created Virtual Service, Gateway & set the istio ingress gateway as a NodePort. In front…
1
vote
1 answer

Not able to join worker nodes using kubectl with updated aws-auth configmap

I'm setting up AWS EKS cluster using terraform from an EC2 instance. Basically the setup includes EC2 launch configuration and autoscaling for worker nodes. After creating the cluster, I am able to configure kubectl with aws-iam-authenticator. When…
Magesh
  • 121
  • 4
1
vote
1 answer

How do I enable containerd?

When I run systemctl status containerd, I get the following output: ● containerd.service - containerd container runtime Loaded: loaded (/usr/lib/systemd/system/containerd.service; disabled; vendor preset: disabled) Active: active (running)…
merlin2011
  • 273
  • 1
  • 12
1
vote
2 answers

How to debug containerLogMaxSize not taking effect on the kubelet?

I'm running the following EKS version: kubelet --version Kubernetes v1.22.12-eks-ba74326 I've set the following parameter as documented here. "containerLogMaxSize": "100 Mi" I then restarted the kubelet: systemctl daemon-reload systemctl restart…
merlin2011
  • 273
  • 1
  • 12
1
vote
1 answer

Keycloak w/ EKS + ALB (401 after auth)

I’m currently trying to get Keycloak to run in EKS behind ALB and for the life of me, I can’t get it to work. I get the redirect to a login screen and after I log in - I instantly get presented with 401 Authorization required. Infrastructure as…
1
vote
0 answers

Kubectl generates TLS handshake timeout with private EKS cluster

I'm seeing the following error when running any kubectl command and no data is returned. This error occurs when accessing a private AWS EKS instance over a VPN connection. $ kubectl get pods -A -v=9 ... 5800 helpers.go:116] Unable to connect to…
Vakent
  • 11
  • 1
  • 2
1
vote
0 answers

EKS: kubectl exec does not respect streamingConnectionIdleTimeout

Using EKS with Kubernetes 1.21, managed nodegroups in a private subnet. I'm trying to set the cluster up so that kubectl exec times out after inactivity regardless of the workload being execed into, and without any client configuration. I'm aware of…
Dmitry S.
  • 11
  • 1
1
vote
1 answer

AWS Site-to-Site VPN ping working, TCP not

I want to establish a site-to-site IPsec VPN connection between an AWS EKS-Kubernetes-Cluster and a server from a different provider using AWS Site-to-Site VPN. Pings get through the VPN, but TCP traffic does not. The server on the other end runs…
1
vote
0 answers

Updating ingress-nginx helm chart for kubernetes 1.23.5

I am having lots of issues that seem to stem from upgrading my kubernetes cluster to the latest version (1.23.5). I initially had some issues with the cluster itself and the nodes but that seems to be fixed and the cluster seems to be healthy, at…
kirie
  • 111
  • 1
  • 3
1
vote
1 answer

Managing K3s Cluster with AWS EKS

I'm wondering if I can use an EKS managed node to be the control plane for a K3s cluster deployed on an edge/IoT device, such as the Intel NUC. My goal is to have a lightweight kubernetes distro to manage containerized applications running on the…
Mike
  • 13
  • 2