question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add an ability to use host-based routing instead of path-based for k8s infra

See original GitHub issue

Description

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

web-spring-k8s

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:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Apr 5, 2018

Looks like @guydaichs’s PR fixes this one. Worked for me

0reactions
skabashnyukcommented, Mar 20, 2018

@riuvshin understood

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found