python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How does traffic get routed to an ingress controller?
The following questions are about an on-prem K3S setup.
1] How does HTTP/S traffic reach an ingress controller in say K3S?
When I hit any of my nodes on HTTPS port 443 I get the traefik ingress contro...
Marc
Votes: 0
Answers: 1
Obtain the hostname served by a Kubernetes Ingress
How to resolve the domain/hostname of a K8s Service, that a specific K8s Ingress is serving?
In the namespace foobar, I want to know where to connect for the service provided by the ingress.
kubectl -...
Rodrigo
Votes: 0
Answers: 1
glooedge tls not working for more than one virtual service
I am using Gloo edge as my ingress controller
I have two virtual services say one for domain a.example.com and another for b.example.com.
When I add sslConfig for one it works completely fine. But wh...
Origin
Votes: 0
Answers: 0
Route by path in front web applications using nginx or kukbernetes ingress
Suppose I own a domain name xxx.yyy.com, but I doesn't own any subdomain name (*.xxx.yyy.com) of it.
So I have to route each HTTP request to its corresponding service by path. For example, routing xxx...
benjaminchanming
Votes: 0
Answers: 2