Questions tagged [ingress-controller]
173 questions
0
votes
2 answers
keycloak not working with nginx ingress controller
We've deployed nginx ingress controller without changing any default value. Now when we are trying to access keycloak service using this nginx proxy it's responding but not able to access admin console. It keeps 'loading the admin console'.
here is…

Andrew
- 124
- 1
- 12
0
votes
1 answer
Nginx Ingress Controller cache not being hit
We are using the Nginx Ingress Controller image as described here (https://docs.nginx.com/nginx-ingress-controller/) in our Kubernetes (EKS) environment, and we are having big problems trying to implement caching.
We have a JSON-based service…

marc
- 73
- 7
0
votes
0 answers
Nginx ingress controller of type internal nlb giving 400 "The plain HTTP request was sent to HTTPS port" error
I have installed nginx ingress controller of type NLB inside EKS cluster and it is of type internal.
The ingress controller created a network load balancer, with listeners 80 and 443,
with port 443 we can't attach an ssl cert for nlb type, only when…

Bala krishna
- 519
- 1
- 10
- 24
0
votes
0 answers
Rewrite host specific rules ingress
I assume more than two domains to be used for my multi-tenant code, domain1.com, mydomain2.com each will have a unique identifier and an ID would be maintained for each
I want my common app myApp hosted at myappdomain.com to serve both domains using…

Samdeesh
- 905
- 11
- 23
0
votes
1 answer
How is this GKE cluster open to internal https traffic through internal https load balancer + ingress?
I am trying to understand how an internal load balancer (with private RFC1918 address on subnet) is successfully routing traffic to various applications running in a kubernetes cluster.
The cluster I am attempting to observe is running on GKE and…

007chungking
- 55
- 4
0
votes
1 answer
AKS ingress route reloading issue
Hi I am deploying a flutter based web application into AKS private cluster.
I configured NGINX ingress controller in my cluster and added dns entries for my ingress controller external IP. I configured a route for my service, when i am hitting only…

AjayKumar
- 59
- 1
- 1
- 5
0
votes
0 answers
Cant access images, css and js of MVC via Nginx on AKS
I made an .NET MVC which is deployed on AKS in a certain namespace just classic service and deployment yamls to deploy it. When I forward to it (port 80) for example, I can access it without any problems; I can see all of the webpages and its…

verlic
- 73
- 1
- 7
0
votes
1 answer
Error: Failed to read Ingress '/' because: the server could not find the requested resource (get ingresses.extensions
Hi I keep getting the below error no mater how I set up my ingress with alb controller for AWS, running on Kubernetes 1.22
Error: Failed to read Ingress '/' because: the server could not find the requested resource (get ingresses.extensions…

Kurse
- 33
- 1
- 1
- 9
0
votes
0 answers
Is there a way, a variables set by zalando.org/skipper-filter in the Ingress object to be used in Daemonset object in Kubernetes?
I am trying to find a way to use the values set by zalando.org/skipper=filter in the Skipper Ingress object and reference that value in the Daemonset object.
For example, if I used the following filter chain in a Ingress object:
apiVersion:…

tryingToCode
- 1
- 1
0
votes
0 answers
Nginx ingress does not able to get real IP with Cloudflare DNS (No proxy)
I am trying to get the Client IP (or Real IP).
I am using a third tier cloud provider with basic services and there is a LB in that.
My current nginx-ingress controller config is:
data:
allow-snippet-annotations: "true"
ssl-protocols: "TLSv1…

RTC EG
- 13
- 3
0
votes
1 answer
How to set max_conn for nginx ingress?
I have Nginx Ingress Controller which is deployed via official Helm chart, in the doc I saw that I can set max_conn parameter, but I didn't get how to set it. I want to set it to 2, so that maximum of 2 clients could connect to my services. How do I…

fedos 3d
- 59
- 5
0
votes
0 answers
Helm chart with json value
I'm trying to pass a JSON array into a Helm Chart. The chart's source code is here.
I'm passing the value like this:
helm upgrade --install ingress-nginx ingress-nginx/ingress-nginx \
--repo https://kubernetes.github.io/ingress-nginx \
--set…

lbruun
- 241
- 1
- 6
0
votes
1 answer
Linkerd route-based metrics do not work with GKE default ingress controller
I have a microservice running in GKE. I am trying to befriend default GKE GCE-ingress with linkerd so that I can observe route-based metrics with linkerd. The documentation says that the GCE ingress should be meshed with ingress mode enabled, i.e.…

Dmitry Korolev
- 675
- 4
- 20
0
votes
0 answers
Deploying 2 vuejs applications in the same domain different paths - Ingress, Ngnix
We have two services that need to be served with the same hostname but with different paths.
https://demoapp.com/login
https://demoapp.com/admin/login
Have configured ingress rules for both but the ‘/admin’ page is not loading, not sure if the…

Ajeesh Sathyan
- 337
- 2
- 5
- 15
0
votes
0 answers
Emissary ingress Multiple TLSContext are not working
apiVersion: getambassador.io/v3alpha1
kind: TLSContext
metadata:
name: example-context
spec:
hosts: ["*.example.stackoverflow.com"]
secret: example-acme-secret
alpn_protocols: h2,http/1.1
min_tls_version: v1.2
redirect_cleartext_from:…

sumit salunke
- 125
- 2
- 10