[WIP] Kind cloud-provider to manage loadbalancers #3103
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These feature try to solve two important issues:
Current e2e test for cloud-providers has plenty of customization, the lack of agnostic e2e tests on this area makes that the migration to out-of-tree cloud-providers can drift providing a very bad user experience and non-portable configurations.
Kind has demonstrated several times its versatility and capacity to develop agnostic e2e tests.
This is a long standing demand, users need to come with complex and convoluted solutions to expose Services, having an out-of-the-box and realistic capacity to expose Service will improve the UX.
How to use it
Demo
Sig-Network meeting on 16 Febr 2023 https://www.youtube.com/playlist?list=PL69nYSiGNLP2E8vmnqo5MwPOY25sDWIxb
Prototype
https://github.com/aojea/cloud-provider-kind/
Fixes: #3086
Fixes: #702
Related: kubernetes/kubernetes#73794