Questions tagged [envoyproxy]

Envoy proxy is a L7 proxy.

Envoy proxy is a L7 edge and service proxy, written in C++. It is geared towards cloud-native services and is e.g. used by the istio project.

16 questions
0
votes
2 answers

Envoy proxy match route using regex

I have a working Envoy proxy configuration that matches two routes /name/foo/bar?mode=receive-data and /name/receive-data. The Envoy configuration file looks something like this: static_resources: ... filter_chains: - filters: -…
xpepermint
  • 267
  • 3
  • 10
1
2