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

Investigate transforming a route to a VirtualService #79

Closed
3 tasks
maleck13 opened this issue Mar 21, 2022 · 1 comment
Closed
3 tasks

Investigate transforming a route to a VirtualService #79

maleck13 opened this issue Mar 21, 2022 · 1 comment

Comments

@maleck13
Copy link
Collaborator

maleck13 commented Mar 21, 2022

If we were able to confidently transform an OpenShift Route with its various options into a Virtual Service, we could potentially contribute this transformation as part of the KCP control plane and the global load balancer.

Done

  • map out a set of routes that cover the options provided by routes (TLS options and backend routing options)
  • Look at what would be need to translate the options in the spec of a Route to a Virtual Service object.
  • Highlight and identify any issues encountered during this translation
@didierofrivia didierofrivia transferred this issue from Kuadrant/kuadrant-controller Nov 8, 2022
mikenairn pushed a commit to mikenairn/kuadrant-operator that referenced this issue Mar 23, 2023
* add API and RateLimitPolicy resource

* add new apis' controller

* Add finalizer (Kuadrant#74)

* add API and RateLimitPolicy resource

* add new apis' controller

* add owner and finalizer for ratelimit policy

Co-authored-by: Rahul Anand <[email protected]>

* update RateLimitPolicy and API design (Kuadrant#75)

* example: add virtualservice resource to toystore example

* update ratelimitpolicy and API design

* update samples for RLP and API resource

* tie networking and ratelimit using annotations (Kuadrant#76)

* tie networking and ratelimit using annotations

* move network selection into spec from annotations

* reuse ClusterEnvoyPatch from istioprovider

* create AuthorizationPolicy using VirtualService (Kuadrant#79)

* create AuthorizationPolicy using VirtualService

* just log if reconciling w/o provider annotation

* move orphan check into the reconcile logic

* pass logger from main reconciler and small fix

* use predicate funcs to filter events for virtualservice

* make preauth as the first and postauth as the last filter (Kuadrant#80)

* cleanup API APIProduct CRDs (Kuadrant#81)

* cleanup API APIProduct CRDs

* fix tests

* remove duplicated constants

* Harden RateLimitPolicy implementation (Kuadrant#82)

* harden RateLimitPolicy implementation

* change finalizer's name

* fix typo and use correct gateway labels

* fix lint before merging into main

Co-authored-by: Craig Brookes <[email protected]>
Co-authored-by: Eguzki Astiz Lezaun <[email protected]>
@alexsnaps
Copy link
Member

@maleck13 Still relevant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Status: To test
Development

No branches or pull requests

2 participants