Questions tagged [aws-load-balancer-controller]

9 questions
1
vote
1 answer

Combining ExternalDNS + AWS Load Balancer Controller for ArgoCD

I've been following the ArgoCD docs on AWS Application Load Balancers (ALBs) And Classic ELB (HTTP Mode) but when I mash that config together ExternalDNS seems to want use internal IPs instead of external ones: $ dig argocd..com ; <<>> DiG…
Nick
  • 3,172
  • 3
  • 37
  • 49
0
votes
1 answer

No instances attached to Target Group using AWS Load Balancer Controller

I'm deploying a K3s cluster in AWS and I want to use the AWS Load Balancer Controller, when I create an Ingress or a Service type LoadBalancer, all the resources are created on AWS (ALB, TargetGroup, SecurityGroup) but the target group is empty. I…
0
votes
1 answer

how to expose postgres hosted in EKS and connect to postgres using PG admin or DBeaver non SSL

in kubernetes i have postgres as a stateful set and i have it defined as service postgres then i want to expose it as an ingress. i have changed type from clusterip to NodePort of the service and i have created ingress for postgres like…
0
votes
2 answers

Targets not getting registered in AWS NLB target groups when creating a load balancer service in EKS

I'm creating a LoadBalancer service in EKS cluster using terraform. The service is getting created as well as the NLB is created too but the targets in the target groups are empty expect one target group. I have total 6 instances in the cluster. I'm…
0
votes
0 answers

alb.ingress.kubernetes.io/actions annotation not working

I am trying to send traffic to two different pods from the same ingress using alb.ingress.kubernetes.io/actions and alb.ingress.kubernetes.io/conditions based on the "httpRequestMethodConfig". Ref:…
0
votes
0 answers

EKS AWS Load Balancer Controller ALB support

I have an EKS cluster created with terraform-aws-modules/eks/aws and then I used helm to install the latest aws-load-balancer-controller: ✗ helm ls -n default NAME NAMESPACE REVISION UPDATED STATUS …
0
votes
1 answer

Deploying traefik on EKS with Application Load Balancer controller

I am trying to setup traefik on AWS EKS Cluster with Load Balancer Controller. Here is how my helm-values.yml file looks like: ingressClass: enabled: true isDefaultClass: true ingressRoute: dashboard: enabled: false service: enabled:…
Asdfg
  • 11,362
  • 24
  • 98
  • 175
0
votes
1 answer

Aws Load balancer controller not creating load balancer on applying ingress

I manage to successfully install aws load balancer controller on eks cluster and it is giving following output on issuing command kubectl get deployment -n kube-system aws-load-balancer-controller NAME READY UP-TO-DATE …
GJoshi
  • 141
  • 2
  • 9
0
votes
0 answers

502 Bad Gateway when using alb.ingress.kubernetes.io/backend-protocol: HTTPS

We have a kubernetes cluster on aws eks, using the aws load balancer controller to manage albs using k8s ingress. https://github.com/kubernetes-sigs/aws-load-balancer-controller When using the following annotation…