Skip to main content

Questions tagged [ingress]

If a question is about the load balancer in kubernetes then this tag could be used.

0 votes
0 answers
7 views

Install a loadbalancer and make it work together with rancher

We have an on premise kubernetes cluster running with rancher, on vmware. Starting the cluster was easy, specify nodes and their resources and press create. Then we can get to the containers running ...
Serve Laurijssen's user avatar
0 votes
0 answers
9 views

How to match a wildcard producing a path match when an exact host is matched but not its path in Kubernetes ingress?

If I have an Ingress with apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: frontend spec: ingressClassName: nginx rules: - host: '*.example.com' http: paths: - ...
Kalle Richter's user avatar
0 votes
0 answers
10 views

Ingress nginx routes to last wildcard and ignores precedence

I have the following ingress service config: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: ingress-svc annotations: nginx.ingress.kubernetes.io/use-regex: "true" ...
reactor's user avatar
  • 101
0 votes
0 answers
84 views

How do I expose a GRPC service with Istio on Kubernetes?

Trying to setup grpc service via istio ingress controller I can access istio http, but not grpc. Service grpc is working. Ingress is here: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: ...
Alex Anonym's user avatar
0 votes
0 answers
49 views

Is there a way to redirect a request from API server to a different service in Kubernetes

I have read about ingress/ingress controller etc. But what I really want is to redirect request to API server to a new service. Some sort of webhook implementation. Say I have to request a resource ...
ambikanair's user avatar
1 vote
1 answer
884 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 ...
safae's user avatar
  • 11
0 votes
0 answers
176 views

Kubernetes MetalLB vs NodePort vs Ingress,what are pros and cons?

I have my app(PERN stack),I will deploy it to self-hosted Kubernetes cluster. I used Ingress before but I saw that some engineers prefer now MetalLB touting its easy set-up,scaling capabilities. I ...
Richard Rublev's user avatar
0 votes
1 answer
1k 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 &...
Evan Carroll's user avatar
  • 2,251
0 votes
1 answer
248 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 ...
Kardier's user avatar
0 votes
1 answer
404 views

kubernetes ingress config for jenkins says service doesn't exist

I have a Jenkins setup which is inspired by this guide. I wanted to add an url, so I added An ingress.yaml. jenkins is still available at <node_url>:32000 but not at http://jenkins.localdomain (...
JoSSte's user avatar
  • 133
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 ...
Raphael Schmitz's user avatar
0 votes
1 answer
491 views

Argo workflows health checks failing in GKE

I am trying to expose my argo workflows deployment to a domain but I keep getting Server Error when I access the domain: argo.example.com. I setup a GKE ingress and been trying to fix the health ...
Abe's user avatar
  • 121
1 vote
1 answer
7k views

"The plain HTTP request was sent to HTTPS port" issue with nginx-ingress in rancher/k8s

I'm running Rancher v2.6.3 and I have a cluster with a Django workload built all on top of AWS. The deployment has a cluster ip port set up, I have an ingress created with a prefix rule pointing at ...
cmhobbs's user avatar
  • 141
1 vote
1 answer
3k views

default backend - 404

I am currently running a small K3S cluster in order to get familiar with K8S. I am able to set up pods with ordinary LoadBalancers and get it to work without any problem. However, when I try to get it ...
Orphans's user avatar
  • 111
4 votes
2 answers
2k views

Ingress vs Load Balancer

I am new to kubernetes and I am trying to expose an application publicly. I am using Scaleway as the cloud provider (if it matters). From what I understand, there are multiple ways of doing this. ...
Razvan Toader's user avatar

15 30 50 per page