Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I have an App Spec containing a forwarding rule that looks like this:
ingress:
rules:
- component: {name: "api-container"}
match: {path: {prefix: "/api/v1"}}
This enables “path trimming” (which I like!), so if I navigate to /api/v1/foo the container will only see /foo. Now if my app returns a redirect to /bar, it will not be rewritten to /api/v1/bar, which breaks the abstraction of “path trimming”.
Is there a way to enable this?
3630316526124b4190e628cd69be1e
a6309a057c3f4cb38fb2e7feb67236
KFSys
a0aa4c11068a4e98bc3cde06ce6c8c
Kailey Ketchum
Matteo Scarpa
Matteo Scarpa
fullammo
1a3ca91ed97c49039b3e74fb7229fa
jamshed.latipov
Thomas Brocken
Vaishnavi Vundyala