Slide 33
Slide 33 text
HTTPRoute
apiVersion: gateway.networking.k8s.io/v1beta1
kind: HTTPRoute
metadata:
name: http-log
spec:
parentRefs: [{name: my-gateway}]
hostnames: ["www.example.com"]
rules:
- matches:
- path: {value: /http-log, type: PathPrefix}
filters:
- {type: URLRewrite, urlRewrite: {path: {type: ReplacePrefixMatch, replacePrefixMatch: / }}}
backendRefs:
- {group: "", kind: Service, name: http-log, port: 80, weight: 1}