Routing to different upstream services

hello,

(apologies for the newbie question)

How can i mark one route, registered on a Kong Service, to forward traffic to a certain Micro-Service.

for example

Service => Petstore, has a base path of “/api/v2”

Route 1 => “/pet/*” -> needs to route to the Pets Micro-service
Route 2 => “/pet/{:id}/uploadimage” needs to be routed to the Images Micro-service

Hi,

It seems to me like you should read our documentation, in particular our Getting Started and Proxy Guide references. They should both have the answers you are looking for.

Cheers,