Developer Application routing, composition, e.g. “/search” → service-service, “/store” → store-service. Family of Resource types by protocol (TCPRoute, HTTPRoute, …) to solve issue of single, closed union type and extensibility. kind: HTTPRoute metadata: name: my-app spec: rules: - match: {path: “/store”} action: {fowardTo: {targetRef: “store-service”}}