Questions tagged [ingress-controller]
173 questions
0
votes
0 answers
Kuberenets POD content not rendering - Nginx Ingress Controller Kubernetes
I had setup the nginx ingress controller and installed two applications with based path routing. Basic nginx application service is routing to "/" path and another UI application service is routing to "/help" path.
Ingress file for basic Nginx…
0
votes
1 answer
Issue setting up baremetal NGINX Ingress controller for Kubernetes
I have a baremetal Kubernetes cluster running on Nutanix. However during the process of setting up the ingress controller i have had issues with it picking up an external IP address. Im reasonably new to Kubernetes and trying to debug this but cant…

Bailey Dunn
- 33
- 5
0
votes
0 answers
502 bad gateway error for kubernetes nginx ingress controller
Im trying to deploy the pgadmin web app on EKS cluster . I have deployed the nginx ingress controller with ingressClass on EKS cluster , still getting connection refused error
here are the env details :
AWS EKS version : 1.23
nginx ingress…

user2315104
- 2,378
- 7
- 35
- 54
0
votes
0 answers
Nginx updating Ingress status for ignored ingress
I have updated the to version nginx/1.19.10, with the new update, the nginx monitors all the ingress even the one managed by AWS, whenever the nginx starts, I get the error:
I0710 11:23:55.798939 7 store.go:426] "Ignoring ingress because of…

TheHero
- 11
- 3
0
votes
0 answers
How to access a local cluster with custom url?
I'm developing a physical cluster with Load Balancer, Ingress and Ingress Controller for academic purposes using single-board computers (Raspberry Pi and Orange Pi) with K3s. The deployment and service are working as expected, but I'm stuck in the…

Ronaldo Mendes
- 1
- 1
- 3
0
votes
0 answers
NGINX Ingress Controller UDP Load Balancing Packet Drops
I am performing PT or Load testing activity on our application pods for UDP traffic in Kubernetes cluster. The load first comes to NGINX Ingress Controller pod and then it gets forwarded to application pods.
If I send the traffic to directly my…
0
votes
2 answers
Helm fails to add TLS in the GKE ingress
I'm trying to deploy the application in the GKE which contains ingress details
values.yaml
# Default values for test-frontend.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
global:
namespace:…

user2439278
- 1,222
- 7
- 41
- 75
0
votes
0 answers
Nginx Huge Url reditection
We received new challenges that are 6K URL redirections, and currently we are running an ingress controller. How can we do the 6K+ huge URL redirection? Which is the best way?
0
votes
0 answers
multiple Namespace support in AKS with AGIC
I am following the instruction to enable multiple Namespace support in an AKS with AGIC.
https://learn.microsoft.com/en-us/azure/application-gateway/ingress-controller-multiple-namespace-support
Step 1 - Install AAD Pod Identity on the default…

priyam
- 74
- 7
0
votes
1 answer
Nginx incorrectly getting web files locally instead of where it is proxying the request to
Background:
I have deployed various applications into AWS/Kubernetes. Some of these applications will ASP.NET Core MVC web applications, with Kestrel as their web server. Each of them will be running in their own pod.
All the applications are…

Gene Smith
- 169
- 12
0
votes
0 answers
Network Load Balancer with Rancher RKE2 Kubernetes Cluster running on EC2 instances
Ok, I have an RKE2 kubernetes cluster running on 3 EC2 instances , One for the control plane and the other for the workers.
The problem that my architecture to achieve requires an ingress controller to be associated with a Network Load Balancer in…

escanor
- 9
- 1
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:…

Radioactive
- 611
- 1
- 11
- 20
0
votes
0 answers
Multiple Ingress Controllers by IP
I'd like to have multiple ingress controllers for each IP address. One of them is forwarded by router and have public services, and another one for private local services only. Pseudo configuration is below:
- nginx-private:
externalIPs:…

Andrew Fedoroff
- 1
- 1
0
votes
0 answers
How to have a kubernetes service map to a workload running outside of the cluster?
How can I use a kubernetes ingress provider to route http traffic to a workload running on the same network as my kube nodes?
I run most of the workload of my homelab on kubernetes and use the traefik ingress controller to route http traffic to the…

Remy Moll
- 11
- 3
0
votes
0 answers
AWS EKS Ingress Controllers, AppMesh VirtualGateway or ALB Ingress
If I am looking at AWS provided Ingress Controllers for my EKS cluster, I have the option of either AWS AppMesh Virtual Gateway [1] or ALB Ingress [2].
What are the rule of thumb of which one to use for which use case? For example, using AppMesh…

RichardKang
- 497
- 5
- 16