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

All Questions

Tagged with
0 votes
0 answers
15 views

Not able to test nginx clusterip service within kubernetes cluster from controlplane node [closed]

I have two nodes, one is control-plane node on a AWS Linux VM and other node is worker node on another AWS linux VM. I have deployed a nginx pod with container port 80 and its clusterip nginx service ...
Anisha goyal's user avatar
0 votes
0 answers
38 views

Kubernetes - Ingress : Keeps getting 404 not found even though the controller seems to find the service

I'm practicing with Ingress and I,m hitting a wall regarding the setup to access my API. I'm using Docker Desktop, so it's a single node cluster on my machine. I started by applying the deployment for ...
Braise's user avatar
  • 43
-1 votes
0 answers
58 views

With nginx-ingress-controller, what configuration settings will ensure x-real-ip can't be spoofed?

I've installed nginx-ingress-controller on my Kubernetes cluster using helm. I'm trying to implement a rate limiter. (Note: I know nginx-ingress-controller has a function called rate limiting but it ...
John Smith Optional's user avatar
0 votes
0 answers
17 views

how to enable session affinity in kubenettes cluster between nginx gateway service and core service [closed]

I'm looking for ideas and knowledge to understand options better to enable session affinity for my service. Here are the details (simplified): Everything is running in Kubenettes cluster (GKE). ...
Shawn Cao's user avatar
  • 129
0 votes
0 answers
34 views

how to remove encoding and use rewrite annotations [closed]

i have an issue where we are using rewrite annotations and its encoding the URI example - im calling from postman --> https://Myorg.com/APPname/v1/releaseToCountry/Czech%20Republic%20%28the%29 at ...
user16975013's user avatar
0 votes
0 answers
27 views

CORS causing my file upload to fail in a kubernetes application with fastAPI and React frontend

I have been trying to get my frontend to work with a fastAPI to upload a file to a database. I keep hitting the CORS issue, have gone through multiple stackoverflow threads but Im still not any closer ...
SSB's user avatar
  • 26
0 votes
0 answers
52 views

K8s Ingress Proxy Body Size Annotation Quotes Removed After Applying and Getting 413 Error

I'm working with a Kubernetes (k8s) Ingress and need to increase the upload size limit. I added the following annotation to my Ingress definition: annotations: nginx.ingress.kubernetes.io/proxy-...
Behnia FB's user avatar
  • 107
0 votes
1 answer
79 views

Nginx Ingress: Canary deployments not working with ingress-name, working with Kubernetes service name

I am trying out nginx-ingress canary services via Header-value. So, basically, if I have the header nginx-1, if ingress domain is called, it should go to nginx-1 service. But I keep getting a 404 ...
We are Borg's user avatar
  • 5,273
0 votes
0 answers
53 views

Problem with hosting Angular 18 application in Docker/Kubernetes

I'm currently struggling with a problem I cannot resolve. Already spent hours on lurking for solution.. Stack is Angular + Nginx + Docker + Kubernetes I need to have two Angular 18 applications on two ...
Daniel .NET's user avatar
0 votes
0 answers
35 views

How to properly set up upstream balancing for ingresses in different kubernetes clusters?

I want to send a request between two clusters using nginx on a separate server there is an nginx server to route via upstream to two identical backends in two different clusters , let's say the ...
Iceforest's user avatar
  • 321
0 votes
1 answer
23 views

Using dynamic backend from auth like server in nginx

I am trying to make a system where we route to different backend based on claims in jwt of incoming request. I have working secondary server that spits out the backend given the request url and jwt in ...
ankit's user avatar
  • 342
-1 votes
0 answers
56 views

how can put specific html folder from my git repo to nginx pod?

I have a gitlab repository, having many http folders, with the following structure: apprepo |-http1 | |-http1.1/index.html | |-http1.2/index.html | |_index.html | |-http2/index.html | |_index.html My ...
Mohamed's user avatar
  • 229
0 votes
0 answers
84 views

How to Proxy Content from One URL to Another Without Redirection Using Nginx Ingress

Could you help me with configuring an Nginx Ingress? I need to set up a redirection for the www.example.com/all-spots URL so that when a user visits it, they see the content of the www.example.com/...
user2693302'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
0 answers
53 views

Ingress is not working on my Kubernetes clusters

I have built Kubernetes clusters that consists of four nodes. But ingress is not reachable from control plane or deployed host. I tried to deploy services by NodePort then the service is reachable ...
elda's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
137