Envoy Jaeger Tracing Example Explained
This article provides a detailed analysis of the official Envoy example ‘jaeger-tracing’, explaining its construction process, related files, and functionality. It aims to supplement the …
In-depth articles and insights on open source, AI, cloud-native, DevOps, and software engineering.
Envoy Jaeger Tracing Example Explained
This article provides a detailed analysis of the official Envoy example ‘jaeger-tracing’, explaining its construction process, related files, and functionality. It aims to supplement the …
A curated list of high-quality open source tools I’ve personally tested and used for over a decade, covering development, writing, productivity, and more.
AI Gateway Deep Dive (2026): Architecture, Product Comparison, and Production Practices
A practical AI Gateway deep dive comparing Envoy, APISIX, Kong and others, with architecture guidance for security, routing, observability, and cost control.
Deep Dive into Envoy Dynamic Module: Principles, Development, and End-to-End Demo
A comprehensive guide to Envoy Proxy Dynamic Module—principles, configuration, development, and hands-on demo—with official Rust SDK and multi-language capabilities. Step by step, learn how to achieve …
Understanding Envoy's Extension and Integration Mechanisms: From Built-in Filters to Dynamic Modules
Overview of Envoy extension and integration options (C++, Lua, Wasm, dynamic modules, ext_proc, ext_authz) with a recommendation favoring dynamic modules for performance.
Step-by-Step Guide: Moving from ingress-nginx to Envoy Gateway
This blog guides users through migrating from ingress-nginx to Envoy Gateway using the Gateway API. It covers the reasons for migration, step-by-step instructions on Minikube, and how the …
Observability Guide for Envoy Gateway Data Plane
A hands-on guide to configuring observability for the data plane of Envoy Gateway using Prometheus, Loki, and Tempo.
Leveraging EnvoyPatchPolicy to Extend the Capabilities of Envoy Gateway
Learn how to use EnvoyPatchPolicy to dynamically modify xDS resources in Envoy Gateway, including practical examples such as customizing local replies. Based on Envoy Gateway v1.3.2.
KubeCon EU 2025 Recap: Insights and Trends Shaping the Cloud Native Landscape
I attended KubeCon EU 2025 in London and summarized the conference highlights and trends in a slide deck for you.
Beyond Sidecar: A Deep Dive into Istio Ambient Mode Traffic Mechanism and Cost Efficiency
Overview of Istio Ambient Mode: background, components, traffic flow, and comparison with Sidecar to help you evaluate and adopt this efficient data plane model.