You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #764, we suggest to implement a dedicated Kuma CP DNS resolver, allocating virtual IP addresses for the Kuma controlled services in the .kuma zone. In this feature request, we specify how these virtual IPs are leveraged.
Two options to implement:
The Outbound Pod converter in outbound_converter.go, will check the services in the DNS resolver and created Outbound listeners for the corresponding IPs.
Update the data plane resources with the Outbound generated for that service
The text was updated successfully, but these errors were encountered:
Summary
In #764, we suggest to implement a dedicated Kuma CP DNS resolver, allocating virtual IP addresses for the Kuma controlled services in the
.kuma
zone. In this feature request, we specify how these virtual IPs are leveraged.Two options to implement:
The Outbound Pod converter in outbound_converter.go, will check the services in the DNS resolver and created Outbound listeners for the corresponding IPs.
Update the data plane resources with the Outbound generated for that service
The text was updated successfully, but these errors were encountered: