Skip to content
_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN DE
Let's talk

Envoy Proxy

26. 04. 2024 Updated: 24. 03. 2026 1 min read intermediate

Envoy is the data plane for Istio and the foundation of many cloud-native projects.

Why Envoy

  • L7 + L4 proxy
  • Hot restart without losing connections
  • Filters: Lua, WASM
  • Native gRPC support
  • Rich observability

Configuration

static_resources: listeners: - name: listener_0 address: { socket_address: { address: 0.0.0.0, port_value: 8080 } } filter_chains: - filters: - name: envoy.filters.network.http_connection_manager typed_config: route_config: virtual_hosts: - name: backend domains: [“*“] routes: - match: { prefix: “/” } route: { cluster: backend } clusters: - name: backend type: STRICT_DNS load_assignment: endpoints: - lb_endpoints: - endpoint: address: { socket_address: { address: backend, port_value: 3000 } }

Envoy = Cloud-Native Foundation

De facto standard for L7 proxy. You will see it everywhere.

envoyproxyl7
Share:

CORE SYSTEMS team

We build core systems and AI agents that keep operations running. 15 years of experience with enterprise IT.