Rework delegated gateway #12300
Labels
kind/design
Design doc or related
kind/feature
New feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Description
Delegated gateway is a concept that we make up that is rather odd.
A Delegated gateway is a dataplane that probably doesn't have an inbound service in the mesh.
The is no actual need for having delegated gw a thing of its own. It just a regular dataplane with
unmanaged
ports.This observation was already made as part of: #3339 (comment)
This would make things simpler it could be as simple as an annotation
kuma.io/unmanaged-ports: 8080
and would solve problems where you want admin to be part of the mesh but not the regular listener.This would remove the need for: kumahq/kuma-gui#3297 altogether as Delegated gw would no longer exist
The text was updated successfully, but these errors were encountered: