Add an ability to use host-based routing instead of path-based for k8s infra
See original GitHub issueDescription
Many applications expect to be the only one application deployed on a host. And they may use absolute links. In case of using path-based routing, such applications will be broken.
An example of it is che-samples/web-java-spring.
There is the main page that redirects users to spring/hello
page. But in case of host-based routing, it doesn’t work.
See screencase how it works
So it is needed to investigate host-based routing for k8s-infra and add it as an option or replace current path-based routing.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Host-Based Routing Support for AWS Application Load ...
The ability to route on both host and path allows you to build and efficiently scale applications that are comprised of multiple microservices ......
Read more >Kubernetes Ingress Support in Rancher
Before being able to start using Kubernetes Ingress resources, ... with host name routing rules, which allows adding host/path based routing to services....
Read more >A Guide to Using Kubernetes in Your Infrastructure
A Guide to Using Kubernetes in Your Infrastructure. In this technical overview, ... Host-Based and Path-Based Routing and Load Balancing.
Read more >Routes - Networking | OpenShift Container Platform 3.11
The ROUTER_LOAD_BALANCE_ALGORITHM environment variable sets the default strategy for the router for the remaining routes. A route specific annotation, haproxy. ...
Read more >How To Create an API Gateway Using Ambassador on ...
In this tutorial, you'll set up an Ambassador API Gateway on a Kubernetes cluster using Helm and configure it for routing incoming traffic ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like @guydaichs’s PR fixes this one. Worked for me
@riuvshin understood