If a question is about the load balancer in kubernetes then this tag could be used.
Questions tagged [ingress]
41 questions
7
votes
1 answer
Kubernets docker registry behind nginx-ingress
I try to setup docker-registry in Kubernetes cluster behind the nginx-ingress controller.
The issue is, when I try to push the image into private registry, it tells me:
Get https://registry.local/v2/: x509: certificate is valid for ingress.local,…
acd
- 121
- 2
- 6
6
votes
4 answers
Is there an equivilent of a Kubernetes ingress for Docker Compose?
I'm more of a software developer than a networking/ops person to give you some context.
I'm currently creating an application that is a standard containerised microservices architecture, where my frontend is some static assets in an nginx…
dwjohnston
- 231
- 3
- 11
5
votes
2 answers
How to add rules to Kubernetes NGINX Ingress controller from different yml definitions?
I'm trying to implement a Kubernetes cluster with a fanout pattern using an NGINX Ingress which routes traffic on multiple different hosts and paths to different microservices. The code for each microservice is hosted in their own Git repo,…
hofnarwillie
- 151
- 1
- 2
4
votes
2 answers
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.
Create an Ingress Controller
By doing this, the…
Razvan Toader
- 179
- 4
4
votes
1 answer
Kubernetes serve static content with ingress
I have a simple Django application and on a regular EC2 instance nginx is a reverse proxy serving static files and proxying requests to gunicorn/wsgi backend app.
Should I have a separate deployment and service for nginx which will be able to access…
Most Wanted
- 691
- 8
- 18
4
votes
1 answer
How can I expose Ingress service on 80 and 443 to the outer world
I used google compute engine to setup a Self Managed Kubernetes, While exposing ingress service via NodePort/LoadBalancer/EnternalIP, it is using default 30000 port range, But I want to expose it on 80 and 443 to the outer world. Please suggest How…
Radheyshyam Sen
- 43
- 4
3
votes
0 answers
Enable SSLv3 in Minikube Nginx Ingress
I have some problems with enabling SSLv3 in my Nginx Ingress used as a Minikube addon.
I have read in docs how to do it. It should be as simple as adding single map.
Unfortunately I haven't had much success with it. It added this map in both…
Dcortez
- 131
- 4
2
votes
1 answer
Enable TLSv1 TLSv1.1 for specific Ingress with Nginx Ingress
I try to enable TLSv1 and TLSv1.1 for one specific ingress on a AKS cluster.
By default, only TLSv1.2 is enabled.
I don't want to apply this configuration on my all cluster, just on a specific webserver service.
Regarding the documentation, I need…
benCat
- 71
- 1
- 6
2
votes
1 answer
Redirect to a custom page on 503 error in Ingress
When our site is getting deployed, the Ingress gets created and before I could get any response I get 503 for 5-6 minutes (time taken to startup).
We need to configure our ingress to redirect to a static page that is custom-made instead of the 503…
Sri Krishna
- 21
- 1
- 3
2
votes
1 answer
Nginx ingress controller redirects the url to /login
I am trying to access a url example.com/service/test1 but it redircts me to example.com/login.
Below is my YAMl file:
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: test-ing
namespace: test
annotations:
…
Pradeep Upadhyay
- 41
- 1
- 3
1
vote
1 answer
Does Kubernetes Ingress use NodePort?
When using a Kubernetes LoadBalancer or Ingress, is the normal NodePort used as the underlying connection point? I.e. does the external-to-kubernetes load balancer implementation (used even when Ingress is in play) communicate with the Service in…
Mark
- 113
- 4
1
vote
1 answer
Kubernetes nginx ingress controller - one pr. environment?
I have a kubernetes cluster in Azure. In this i have three namespaces:
development
staging
production
I have installed nginx ingress controller into its own namespace, ingress-nginx. I am kind of new to the ingress part, and I cant seem to find…
mslot
- 177
- 1
- 6
1
vote
1 answer
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 redirecting the url/ to url/test where i have the…
safae
- 11
- 2
1
vote
1 answer
"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 my deployment. I've installed the nginx-ingress…
cmhobbs
- 141
- 1
- 6
1
vote
1 answer
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 to work with Ingresses (HAProxy in my case) - I…
Orphans
- 111
- 1
- 5