Use KongIngress to manipulate the Service

Hello, everybody!
Can I configure rules to have a single server configure multiple routing results?
Currently, I use KongIngress to forward requests routed to the Service to the Service’s internal interface;If I want to forward to another interface of this Service, can I configure it on this Service?


image

When I visited ‘/baidutest’, I forwarded to ‘baidu.com/search’ .

In my current understanding, Service only corresponds to one KongIngress.

Yes, you can have multiple routes pointing to a single service.
So you can have /baidutest and /baidutest2 to forward to baido.com/search.