-
Notifications
You must be signed in to change notification settings - Fork 21
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
Enable advanced Istio features by supporting experimental configuration #669
Comments
upon receiving feedback from @pbochynski that exposing full configuration is bold move and against our politics to provide managed and production ready solution it was decided that we will be enabling early adopters by providing specific configurations via Istio CRD that will be only available in experimental offering. |
it was decided that it is still too early for this feature to be showcased, even for internal teams. |
would be nice to have Gateway API CRDs installed by Kyma Istio module. added #871 |
removed Gateway API CRDs installation from scope of this task |
working on tutorials highlighting exposing httpbin and tcp workload using Gateway API CRs. |
Description
Istio module is fully managed and supported Istio installation exposing only limited options to configure. Options exposed via Istio CR are fully operational and production ready Istio configurations.
Managed Istio offering is evolving dynamically. To enable early adoption and identification of potential features that can be supported in manage offering it would be nice to provide Istio configuration in experimental offering.
Offered solution should be designed in a way that managed offering is fully separated from experimental offering. There shouldn't be a possibility to apply not fully supported configuration in production ready environment.
Providing this functionality unblocks Istio module users to experiment with configurations or try out alpha / beta functionality that Istio itself provides.
Tasks:
- [ ] Gateway API CRDs installation- [ ] Blogpost targeting internal teams onlyReasons
unblock istio functionality early adopters
Attachments
will fix: #580
The text was updated successfully, but these errors were encountered: