Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Singlehost on OpenShift POC - continuation #17242

Closed
7 tasks done
metlos opened this issue Jun 25, 2020 · 1 comment
Closed
7 tasks done

Singlehost on OpenShift POC - continuation #17242

metlos opened this issue Jun 25, 2020 · 1 comment
Assignees
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Milestone

Comments

@metlos
Copy link
Contributor

metlos commented Jun 25, 2020

With the addition of the Envoy proxy we're still in a research phase of our Singlehost on OpenShift effort.

This issue is meant to work as an umbrella under which we want to arrive at the name of the proxy that we are going to pick for the single host gateway.

To get there, we still need to:

  • Develop an Envoy POC Single-host for OpenShift - Envoy testable POCs #17182
  • Run perf tests on Envoy POC Run performance tests on Envoy proxy singlehost POC #17243
  • Decide whether cookie path rewrites are required
    • Check how cookie path rewrites could be done in HAProxy and Envoy (we know it can be done in nginx and CAN'T be done in Traefik)
  • Decide whether location path rewrites are required
    • This can be done in nginx - not sure how to do it in HAProxy, Envoy or Traefik
  • Investigate whether the choice between single route for all of Che vs. single route for che and plugins and subdomains for workspaces influences the choice of gateway (it probably doesn't).
@metlos metlos added kind/task Internal things, technical debt, and to-do tasks to be performed. team/platform labels Jun 25, 2020
@metlos metlos self-assigned this Jun 25, 2020
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Jun 25, 2020
@skabashnyuk skabashnyuk added this to the 7.16 milestone Jun 25, 2020
@skabashnyuk skabashnyuk removed the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Jun 25, 2020
@metlos
Copy link
Contributor Author

metlos commented Jul 14, 2020

We have determined that cookie and location path rewrites are not a crucial feature for us because the user applications will still have to know they are being deployed behind a reverse proxy. For that they will have to make use of the semi-standard X-Forwarded-* headers.

@metlos metlos closed this as completed Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

3 participants