Skip to content

proposal: TrafficPolicy #1492

@arkodg

Description

@arkodg

Description:
Introduce a hierarchical policy attachment called TrafficPolicy that can be applied to the Gateway and HTTPRoute / xRoute resources to further configure the traffic ingressing in which can be applied either for the downstream connection or upstream connection.

kind: TrafficPolicy
spec:
  default:
    downstream:
      keepalive: .....
    upstream:
      keepalive: .....
      cors:
      loadBalancer:
      tls:
  targetRef:
    kind: Gateway
    name: example

Relates to

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions