Questions tagged [eks]
24 questions
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
2
votes
1 answer
EKS Pods with ephemeral-storage constantly evicted
I'm working on EKS v1.20.11-eks-f17b81 and I'm facing an issue with a Java container Alpine based. Basically my deployment have the limits of ephemeral-storage for the request's and also the limit's like this.
- containerPort: 8080
protocol:…

user2275908
- 21
- 1
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
- 155
- 4
- 12
1
vote
1 answer
How do I configure EKS (Amazon Kubernetes) to use a different docker image repository?
You’d expect a wuestion this simple would have an amazon tutorial or documentation, but I can’t find any.
How do I configure an EKS cluster to connect to a different self hosted docker registry? I want to start running the open source version…

Some Linux Nerd
- 3,327
- 3
- 19
- 22
0
votes
0 answers
Assign permission to EKS cluter using IAM groups
Following this tutorial: https://archive.eksworkshop.com/beginner/091_iam-groups/test-cluster-access/ - Which I believe is missing the point it is trying to make, by assuming the role directly at the Test EKS page
I've created a role called k8sAdmin…

Aviran
- 101
- 3
0
votes
0 answers
How to route privately traffic from VPN into EKS cluster in AWS?
There's an OpenVPN server running in a pfSense VM in eu-west-1 region and there's a EKS cluster in eu-central-1 region.
I'm trying to figure out how to route traffic via AWS private network and not via public network from the OpenVPN into the EKS…

Eastman
- 60
- 9
0
votes
0 answers
Unable to save jenkins system configuration, how to fix that?
I am running jenkins in eks cluster.
Till yesterday it worked, but today when I want to change any configuration in the jenkins system configuration page, it is not saving anything and page is also not loading properly.
Below is the log I got from…

user2331760
- 155
- 4
- 12
0
votes
0 answers
Kuberneties pod scheduling balance based on pod allocation percentage per master nodes
I have a Kubernetes with two master nodes in the master nodegroup. The problem is 1 node has 73-75% pod allocation while the other node only has 23-25% pod allocation. How do I balance the pods between the two master nodes? I have helm descheduler…

Omi Harjani
- 101
- 1
0
votes
0 answers
eks ingress-nginx gives 502 error (Bad Gateway)
There is 1 bundle and there are 2 PCBs in the cluster. Backend service and front service exist respectively, and nginx-ingress was explained in detail through the host. Now I tried to install nginx-ingress-controler to install ingress via acm. I…

mas
- 1
- 1
0
votes
1 answer
EKS cluster access - aws-auth : add groups in mapRoles
i try to access an EKS cluster on AWS with AWS Account (same i use for the console)
steps i followed :
aws configure with info provided in the "Command line or programmatic access" (AWS Access Key Id/AWS Secret access key) + add the AWS session…

awot83
- 71
- 2
- 6
0
votes
0 answers
https only working for login page on kubernetes
I have an EKS cluster that I upgraded to 1.23. The cluster was working prior to the upgrade. I am using an ELB loadbalancer which points to an nginx-ingress controller. The ingress-controller I had to rebuild it I have looked cant seem to find…

zerobit
- 1
- 1
0
votes
1 answer
How do i add a security group as an inbound rule to another security group in terraform
I have a Terraform codebase which deploys a private EKS cluster, a bastion host and other AWS services. I have also added a few security groups to the in Terraform. One of the security groups allows inbound traffic from my Home IP to the bastion…

eagercoder
- 123
- 1
- 4
0
votes
0 answers
Planning nodegroups for Gitlab with EKS cluster
I am in the process of building an infrastructure for my gitlab instance using AWS EKS. I have already created an EKS cluster, added a managed node group and installed the gitlab-runner in the cluster. In this node group I can now run my pipelines…

ninjab3s
- 11
- 5
0
votes
1 answer
Pods stuck at terminating stage and the PVC, how to fix that?
My kubernetes cluster got stuck at terminating state.
below is the current state.
pods:
kubectl get po
NAME READY STATUS RESTARTS AGE
dashboard-0 1/1 Terminating 0 3h12m
data-cruncher-0 1/2 …

Kalel
- 134
- 1
- 4
- 16
0
votes
0 answers
Configure EKS to use Nexus Private Docker Registry (HTTP/HTTPS)
I've created an EKS cluster on AWS along with Nexus Repository on DigitalOcean using Terraform & Ansible.
Also I've not created any SSL for the Nexus Repository, so it is "http."
Normally, it is sufficient to add [insecure-registries:...] entry into…

serhatbalik
- 1
- 1