Open jakubdyszkiewicz opened 4 months ago
The current way is a bit hacky https://github.com/kumahq/kuma/pull/10451#discussion_r1637766609 While it works, we should consider something more robust.
Options that come to my mind: 1) More labels 2) Put SNI in MeshService and sync it cross zone. This is nice but how to handle splits?
xref https://github.com/kumahq/kuma/issues/10435
xref https://github.com/kumahq/kuma/pull/10918
@jakubdyszkiewicz does this cover the implem of MADR-59?
yes, it's basically implem of https://github.com/kumahq/kuma/blob/master/docs/madr/decisions/059-sni-in-the-resource.md
Description
The current way is a bit hacky https://github.com/kumahq/kuma/pull/10451#discussion_r1637766609 While it works, we should consider something more robust.
Options that come to my mind: 1) More labels 2) Put SNI in MeshService and sync it cross zone. This is nice but how to handle splits?
xref https://github.com/kumahq/kuma/issues/10435