Add an ability to use host-based routing instead of path-based for k8s infra #8694
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
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
So it is needed to investigate host-based routing for k8s-infra and add it as an option or replace current path-based routing.
The text was updated successfully, but these errors were encountered: