14 questions
1
vote
1
answer
546
views
AWS ALB Returning 401 Error Despite Successful Token Retrieval from Azure AD
I’m new to the AWS platform and need some help with the following issue:
I’m using Azure AD (Entra ID) as the identity provider (IdP) to authorize backend APIs via an AWS Application Load Balancer (...
0
votes
1
answer
671
views
K8s FQDN EndpointSlice not recognized by ingress?
Needing ingress -> service (no label selectors) -> service (with label selectors) -> pods...
Setting up a blue/green environment and due to cross-app restrictions, I need an ingress sending ...
0
votes
0
answers
281
views
AWS EKS Load Balancer Controller: Ingress: gRPC Configuration
I am deploying one microservice in AWS EKS which is intended to communicate with our external client over gRPC.
Brief Description:
I have one backend deployment that runs on internal port 5051 and ...
1
vote
1
answer
1k
views
How to avoid creating a path condition in load balancer rule when using alb ingress controller
There is a limit of 5 conditions per rule in ALB listener. When I create an ingress resource on EKS cluster, ALB ingress controller creates a rule in the load balancer listener which has 2 conditions:
...
2
votes
1
answer
2k
views
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, ...
1
vote
1
answer
1k
views
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 ...
0
votes
1
answer
803
views
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:
...