Golang
2 articles
·
12 min read
Building a Custom ext_authz Server for Istio: From Code to Production
How Envoy's ext_authz protocol works, why it's the right approach for custom authorization in Istio, and a complete walkthrough of building and deploying a gRPC ext_authz server.
istio
envoy
security
authorization
golang
·
4 min read
Building Envoy WASM Filters: From Hello World to Production
A practical guide to building, testing, and deploying WebAssembly extensions for Envoy Proxy — with real Go examples and production deployment patterns.
envoy
wasm
golang
kubernetes
istio