Extending AI gateways with Rust: Custom transformations in agentgateway and kgateway
… Build the image: docker build -f Dockerfile.rust85 -t envoy-wrapper:test . This creates a Docker image named envoy-wrapper:test that contains Envoy plus your custom Rust module. You can run this image anywhere Docker runs. …