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

All Questions

-3 votes
0 answers
14 views

TLS Support on Azure App Gateway as Ingress Controller (AGIC) over Private IP

I have an Azure Kubernetes Service (AKS) cluster that I built using Terraform. As part of the provisioning of the cluster, I also created the App Gateway as part of and integrated with the cluster. ...
Gabe Dillin's user avatar
-1 votes
0 answers
24 views

Validate protected resource by spring security behind ingress auth-url

I have a node.js app auth-svc. it has authenticate page and validateToken Endpoint. I have spring boot service it has ingress resource "nginx.ingress.kubernetes.io/auth-url" so ı want to ...
Muhammed şahsuvaroğlu's user avatar
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
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
0 votes
0 answers
27 views

Angular in kubernetes internal communication is failing

I happen to have a test project that is created in angular 17 and communicates with a python backend. The thing is that I would like the communication to happen internally through the python service ...
algarciagg'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
-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
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
-1 votes
1 answer
62 views

Issue with 502 Bad Gateway on EKS with ALB Ingress

RESOLVED: The issue was that the port configured on the service did not match the one specified in the labels. I have created an EKS cluster in AWS, where I am trying to deploy a service. So far, I ...
Gonza-B's user avatar
-4 votes
0 answers
35 views

How to use ingress as reverse proxy? [closed]

I have a architeture using k8s, helm, ingress. I have a microservice architecture, and some paths needed to be segregated into another micro service. How can I configure the ingress to act as reverse ...
DevBush's user avatar
  • 493
0 votes
0 answers
20 views

setting the backend name in using GKE

When setting up an ingress and a service using kubernetes manifest is it possible to have a fixed name for the backend? Once I apply the manifest kubernetes generates a backend that looks like this: ...
L. Arriola's user avatar
0 votes
1 answer
49 views

k8s aks react routing issue: not routing from svc ip but works fine from localhost ip

on portforwading the svc & ingress to localhost, everything works fine. with public IP from svc & nginx ingress, the frontend is reachable and works fine, only issue is it doesn't route to the ...
Navemics's user avatar
1 vote
1 answer
31 views

How do I enable prefix routing with Ngrok Ingress Controller for Kubernetes?

I am trying to route traffic to my application hosted in a Kubernetes cluster. At the present moment, I am using Ngroks free domains. For example happy-frog-dancing.ngrok-free.app. I have set up this ...
Neil Gawande's user avatar
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
0 answers
20 views

How to ensure Flask includes prefix set by Kubernetes Ingress

I have a web application that receives user inputs and generates a report based on those inputs, opening it in a new page. This application is deployed on Kubernetes. The problem is that while ...
Timothy Liew's user avatar

15 30 50 per page
1
2 3 4 5
211