Slide 77
Slide 77 text
Services V+1
77
Gateway
Class
Gateway
*Route
Service
Application 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”}}