Is it possible to access a different service with a port from the same hostname? #3679
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Hi,
Gateway-API NLB Listeners Port 80, 800, 8888
Gateway-API Manifest Port
test.frist.second.foobar/foobar 접속 => Connect traffic to 80 service
test.frist.second.foobar:800/foobar 접속 => Connect traffic to 800 service
test.frist.second.foobar:8888/foobar 접속 => Connect traffic to 8888 service
Even if I call it by specifying the listeners Port in hostname 'test.frist.second.foobar', it is connected to the same 80 service. Is it possible to access a different service with a port from the same hostname?
The text was updated successfully, but these errors were encountered: