Questions tagged [ingress-nginx]
The ingress-nginx tag has no summary.
17 questions
0 votes
1 answer
47 views
How to investigate the slow response of my application on k8s cluster on Perm?
Setup Info I have an application deployed on a k8s cluster on perm. My application uses many utility apps like Vault, RabbitMQ, and Redis, and the application is exposed via ingress. My application is ...
0 votes
0 answers
40 views
Ingress and Keycloak issue in Kubernetes with error 401
I have two ingress in k8s one is default using helm chart and other called ext-ingress with different ingress class name. External ingress have IP .75 et ethe end and default nginx have .74. If I ...
0 votes
0 answers
27 views
Why in K8s two ingress not able to split traffic
I have two ingress setup on my Kubernetes cluster one for internal traffic called nginx-ingress and it has default setting and with values of root@k8s-master-1:~/Ingress# cat values.yaml controller: ...
0 votes
0 answers
59 views
Unable to Set Up Keycloak with Production Mode
I'm using Keycloak(26.0.7) as the IAM solution for our application. I want expose it via https://abc.xyz.com/keycloak-service URL. In the deployment setup I have a Load balancer, Nginx and Kubernetes ...
0 votes
0 answers
101 views
Kubernetes Ingress rule with Exact behaves like Prefix
I have a Kubernetes ingress configuration that uses nginx as Ingress Controller. The Ingress template has a for loop that picks up the paths that I define in the values.yaml file as well as the type ...
-1 votes
1 answer
322 views
NGINX ingress not listening custom port
Guys I'm trying to make my service accessable by domain_name with port ex: mycompany.com:8443 Is this possible? or any alternative ways to do? But my ingress service not listening port and my service ...
0 votes
1 answer
208 views
Using route and proxy with a NGINX virtualserver K8s config
I have a kinda weird set up where I have a general url(www.example.com) that terminates on an F5 that points to a nginx VS on an EKS cluster that has a localized domain(www.ue1.example.com). So the ...
0 votes
1 answer
1k views
How to deploy an nginx ingress to a kubeadm cluster
I'm attempting to set up my own bare-metal Kubernetes cluster composed of a control plane (VPS 149.62.186.95) and a worker node (VPS 149.62.189.139). Both my VPS are running Ubuntu 22.04 with 2 vCPUs ...
0 votes
1 answer
973 views
502 Bad Gateway when HTTPS listener is configured on Nexus Private Registry
Context: In order to pull custom images I made for AWX execution environment, I deployed a Sonatype Nexus Repository on my K8s cluster using this Helm Chart. I've simply modify it with my values: ...
0 votes
1 answer
179 views
Kubernetes ingress fails to fetch letsencrypt
I using a root server at v2202111160479168516.hotsrv.de. I set up a microk8s install and enabled the plugins: cert-manager # (core) Cloud native certificate management dashboard ...
1 vote
1 answer
1k views
redirect url/ to url/test using ingress
I'm running an application on kubernetes, when i use this url: https://myapp.test.com/ it redirects me to ressource not found (problem in the application). what i need now is to avoid this page by ...
0 votes
1 answer
2k views
How can I tell my Helm Chart to ignore the default ingress-nginx and create a new one?
Whenever I run helm install on the chart I'm making I see this, Error: INSTALLATION FAILED: rendered manifests contain a resource that already exists. Unable to continue with install: IngressClass &...
0 votes
1 answer
338 views
K8S: How to manage incoming traffic for multiple instances of the same app with isolated namespaces and unique subdomains using an Ingress Controller?
I am new to K8S and need help deploying multiple instances of the same app. Each instance needs to be isolated in its own namespace and must have two exposed services (backend and frontend) accessible ...
1 vote
2 answers
933 views
Why is my AWS Application Load Balancer not exposing my Kubernetes service?
I am following a tutorial to set Kubernetes with an ingress managed service. The cluster is, 1 controller 2 worker Kubernetes cluster kubeadm built running Kubernetes v1.25.3 (latest at the time of ...
0 votes
1 answer
2k views
How can I use rewrite-target on the root path with Azure Kubernetes Service?
I want to have an API service that I want to reach under /api, and other requests to fall back to a frontend service. Peculiar is that this worked locally with minikube, but now that I deployed on ...