add external integration guide example for kro #427
Merged
Conversation
a8bae97 to
8321dcf
Compare
8321dcf to
49f4f5b
Compare
mjudeikis
reviewed
Dec 30, 2025
mjudeikis
left a comment
Contributor
There was a problem hiding this comment.
I think im missing background what this one is trying to achieve :D
49f4f5b to
e50a732
Compare
cnvergence
commented
Jan 2, 2026
mjudeikis
reviewed
Jan 5, 2026
mjudeikis
reviewed
Jan 5, 2026
mjudeikis
reviewed
Jan 5, 2026
xrstf
reviewed
Jan 5, 2026
xrstf
reviewed
Jan 5, 2026
xrstf
reviewed
Jan 5, 2026
mjudeikis
reviewed
Jan 19, 2026
mjudeikis
left a comment
Contributor
There was a problem hiding this comment.
worked nice this time, with exception - I can copy it out due to indentation :D
…r as a service Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com> On-behalf-of: @SAP karol.szwaj@sap.com
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com> On-behalf-of: @SAP karol.szwaj@sap.com
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com> On-behalf-of: @SAP karol.szwaj@sap.com
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com> On-behalf-of: @SAP karol.szwaj@sap.com
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com> On-behalf-of: @SAP karol.szwaj@sap.com
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com> On-behalf-of: @SAP karol.szwaj@sap.com
271126c to
7c9393c
Compare
mjudeikis
previously approved these changes
Jan 20, 2026
xrstf
reviewed
Jan 20, 2026
xrstf
reviewed
Jan 20, 2026
xrstf
reviewed
Jan 20, 2026
xrstf
reviewed
Jan 20, 2026
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com> On-behalf-of: @SAP karol.szwaj@sap.com
224dfa3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adding a guide that demonstrates how to use kube-bind with kro and Envoy Gateway to offer a "LoadBalancer as a Service" API in multi-cluster environments.
In this guide in the consumer cluster we create a simple
LoadBalancerobject, and the provider automatically provisions an Envoy Gateway and HTTPRoute to expose the service between two kind clusters.This example includes support for syncing custom configuration (via ConfigMaps or Secrets) from consumer clusters to the provider.
What Type of PR Is This?
/kind feature
Related Issue(s)
Fixes
Release Notes