Questions tagged [ingress-controller]

173 questions
0
votes
0 answers

getting 404 not found from nginx , Fake certificate is loading after installing SSL

we are using aks k8s for our application we have installed ssl certs as secrets .we have ngnix-ingress in separate name space . once I applied certificates , I am getting 404 Not Found from nginx, from nginx side I verified everything , controller…
0
votes
1 answer

Kubernetes Ingress Controller with multiple paths - only forwards to correct service half the time?

I am currently running Kong via Helm inside of a Google Kubernetes Engine (GKE) cluster. I have created the following Kubernetes Ingress Controller which forwards traffic to two services based on paths. I noticed a very strange behaviour that the…
0
votes
1 answer

Can someone explain this K8s ingress file

I have encountered this ingress file and struggling to understand http (& , *) meaning in this ingress file- Can some one please explain * and & meaning here? apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: annotations: …
NewGuy
  • 49
  • 1
  • 9
0
votes
0 answers

multiple ingress controller in kubernetes

I've a microservice architecture running on baremetal kubernetes cluster.We've mainly two services out of which one is to be exposed publically whereas the other service is to be made available internally. I'm using ingress nginx to expose my…
wali
  • 1
  • 1
0
votes
2 answers

Authentication & Authorization using Ingress-nginx

We have services deployed in K8s with istio as service mesh and exposed using Ingress-nginx. Now, we would like to add AuthN and AuthZ using Ingress-nginx ingress controller. We would like do Oauth2-OpenID. That is passible using…
0
votes
0 answers

Deployment of Ingress-controler with Helm failed

I tried to install an Ingress-controler on my Kubernetes Cluster with Helm. The installation failed with the following log on the corresponding Pod: { "err": "Get…
RalfD
  • 1
  • 2
0
votes
1 answer

AWS - x-real-ip is ip of nginx-ingress-controller

I currently have the following problem. I have a backend that is behind an nginx-ingress controller used as load balancer in aws. Usually i should get the users real ip by either the header x-forwarded-for or x-real-ip. However this ip always points…
0
votes
1 answer

Routing using ingress controller

I have a kubernetes cluster with a set of pods and two loadbalancer services. When a incoming requests comes I want to route the request to correct service by checking the query param and making some additional processing on the query param. I know…
Origin
  • 1,182
  • 1
  • 10
  • 25
0
votes
1 answer

Pulumi GKE Ingress with SSL

I am trying to use #Pulumi to setup #Ingress for my #GKE service with HTTPS loadbalancer with Google managed SSL certificate. For some reason, the Ingress creation is stuck forever at "Creating Ingress". I am using GCE Ingress Controller. Are…
0
votes
0 answers

SSL session resumption using tickets in k8s ingress controller replicas doesn't work

We have k8s-cluster with ingress-controller (nginx version: nginx/1.17.8, ingress: rke2-ingress-nginx:1.36.301) - 4 replicas (one per worker) To improve performance and be able to reuse the session between many replicas, I try to activate the…
0
votes
0 answers

How to expose k8s cluster using Ingress on local dev env?

I have created a cluster using minikube. Added deployment and a cluster IP service to it. Now I want to access this resource from outside the cluster, using curl or browser and nginx routing using the nginx ingress controller. I have enabled ingress…
Raz Buchnik
  • 7,753
  • 14
  • 53
  • 96
0
votes
1 answer

Nifi on kubernetes with nginx ingress getting CORS error

I am trying to deploy Nifi on k8s as deployment and using ingress to expose URL to the public. Offloaded TLS certs at ingress and trying to terminate at Nginx level. Getting CORS error while uploading the template. Error:- Invalid CORS…
0
votes
1 answer

Ingress controller annotation to supports multiple cors origin

I have a kubernetes cluster with several services deployed in it, now my angular app is trying to connect to the microservice through the network load balancer url connected to ingress, now in the CORS annotation i want to specify a set of domains…
George Thomas
  • 4,566
  • 5
  • 30
  • 65
0
votes
1 answer

Internal working and connection of Kubernetes Ingress Object and Ingress Controller

I was trying to understand the relation between Kubernetes Ingress Resource and Ingress Controller. I read that Ingress resource is mainly the rules and controller Pods route the traffic actually for Ingress rules. I'm confused, like other Objects…
0
votes
1 answer

How to set nginx.conf permanently in kuberenetes ingress?

Our nginx controller does not support the SSL from windows 7 systems. We updated the cipher suites in the nginx.conf file in Kubernetes Nginx pods, and it started to work. Now the issue is whenever the service restarts or the pod restarts the…
1 2 3
11
12