Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [ingress-controller]

The tag has no usage guidance.

ingress-controller
0 votes
1 answer
22 views

If 1 ingress rule is having issue then entire application is going down in Azure

I have an application which is having multiple microservices and some ingress rules. When deployed this application in Azure a strange behaviour was observed when 1 of those ingress rule is having ...
Vineel Pellella's user avatar
0 votes
0 answers
8 views

May and how I rewrite X-Forwarded-Proto header for ingress in ingress-nginx configuration in Kubernetes/AWS NLB?

I have: EKS cluster (AWS) ingress-nginx deployed as LoadBalancer (corresponding nlb active in EC2 configuration) NLB terminates https with ACM certificate Application in some namespace which listen ...
Dmitry Matyushkin's user avatar
0 votes
0 answers
41 views

How to solve 502 bad gateway in GKE cluster

I'm getting below error in GKE logging cluster on PROD ENV I have 2 GKE cluster running in GCP Dev Env Cluster Prod Env Cluster 1 service is running in dev env same is security-test that has domain ...
Mohd Rashid's user avatar
0 votes
2 answers
57 views

How to add X-Original-Forwarded-For as request header in NGINX Ingress Controller?

I am using F5 NGINX Ingress Controller. Note: I am not using Kubernetes community edition ( Ingress-nginx) I have achieved traffic splitting using Virtual server for NGINX Ingress Controller. However ...
Jatin Mehrotra's user avatar
0 votes
1 answer
34 views

Ingress controller not listening on port 5050 for my tcp traffic

I have deployed an application in AKS where I have opened port 5050 for the pod and also created service and ingress to support the same, and configured ingress controller to listen for port 5050 but ...
Neel's user avatar
  • 1
0 votes
0 answers
30 views

K3s ingress-nginx Is the DNS entry mandatory for configuring web applications

I've a very obvious question, Running K3s on a standalone server where I want to run a web app pod configured with ingress-nginx, which should be accessible over IP within the subnet, its not possible ...
user2264738's user avatar
0 votes
0 answers
39 views

Connecting to Postgres on kubernetes using subdomains

I have a postgres database hosted on kubernetes and I wanted to access it on the internet. I followed this guide, https://microk8s.io/docs/addon-ingress, and was able to connect to the database using ...
Andrew 's user avatar
0 votes
0 answers
62 views

AKS with Ingress controller ends connection after 60s

In my setup I have django app served with channels that use Azure Cache for Redis. Networking forks as follows: there is standard load balancer and nginx-ingress controller after that which routes ...
Mateusz Pydych's user avatar
1 vote
0 answers
42 views

GRPC bidirectional stream content is not getting transferred from GRPC Cient to GRPC Server via Ingress Nginx Controller

Problem Details - GRPC bidirectional stream content is not getting transferred from GRPC cient to GRPC Server via Ingress Nginx Controller unless on clomplete is invoked by GRPC client. Usecase - ...
Sumit Kumar's user avatar
2 votes
1 answer
208 views

Comparison between NGINX Ingress Controller v/s Kubernetes ( community) Ingress controller

I have a use case where I am trying to switch from current Kubernetes (Community) Ingress controller to NGINX Ingress Controller ( OSS based the free version ) in the AKS cluster. I have seen that k8 ...
Jatin Mehrotra's user avatar
0 votes
0 answers
25 views

NGINX Ingress rule with 2 backend apps are not working in expected way

https://mycompany.com/myapp.svc I have configured below ingress to route traffic between my 2 backend services. here my requirement is to access these 2 apps different endpoint over different context ...
Vowneee's user avatar
  • 1,437
0 votes
0 answers
87 views

SSL Handshake is slow for an EKS Cluster

When calling services in my EKS kubernetes cluster through the domain name, SSL Handshake take upwards of 9seconds on the average. SSL Certificates are managed by cert-manager on the cluster. The ...
Adeola Oladeinde's user avatar
0 votes
0 answers
124 views

Set up ingress with HA Proxy for HA K8S cluster

So i have set up an on premise HA K8s cluster with 3 control and used HA Proxy to balance the request sent to each control plane. Here is the conf file for the same. defaults log global mode ...
kevin jose tom's user avatar
0 votes
0 answers
23 views

Can ingress-nginx-controller work with ipvs?

I am trying to make ingress-nginx-controller work with ipvs. For this I am injecting: args: - 'ipvs' Is it a good approach? Can this controller work in ipvs mod at all? I have made research over ...
Michał Picheta's user avatar
0 votes
0 answers
45 views

issue with ingress https & a dummy domain

I deployed my nodejs-mongodb app using kubernetes. I have deployments for nodejs app and mongodb and two services to access them. $ kubectl get deploy NAME READY UP-TO-DATE AVAILABLE AGE ...
bpfrd's user avatar
  • 985

15 30 50 per page
1
2 3 4 5
13