Envoy vs Traffic Shaping
Developers should learn Envoy when building or operating distributed systems, especially in Kubernetes or service mesh environments, as it handles complex traffic routing, resilience patterns (like circuit breaking), and telemetry collection efficiently meets pick tc/htb when you own the linux box doing the routing — a home gateway, a hypervisor host metering tenant vms, an isp edge box — and need free, kernel-level, per-class bandwidth control with borrowing. Here's our take.
Envoy
Developers should learn Envoy when building or operating distributed systems, especially in Kubernetes or service mesh environments, as it handles complex traffic routing, resilience patterns (like circuit breaking), and telemetry collection efficiently
Envoy
Nice PickDevelopers should learn Envoy when building or operating distributed systems, especially in Kubernetes or service mesh environments, as it handles complex traffic routing, resilience patterns (like circuit breaking), and telemetry collection efficiently
Pros
- +It is essential for implementing service meshes like Istio, which rely on Envoy as the data plane to manage inter-service communication securely and reliably
- +Related to: istio, kubernetes
Cons
- -Specific tradeoffs depend on your use case
Traffic Shaping
Pick tc/HTB when you own the Linux box doing the routing — a home gateway, a hypervisor host metering tenant VMs, an ISP edge box — and need free, kernel-level, per-class bandwidth control with borrowing
Pros
- +Do NOT reach for HTB to rate-limit an HTTP API; that's an L2/L3 packet queue, not a request counter
- +Related to: linux-networking, iptables
Cons
- -Specific tradeoffs depend on your use case
The Verdict
These tools serve different purposes. Envoy is a tool while Traffic Shaping is a concept. We picked Envoy based on overall popularity, but your choice depends on what you're building.
Based on overall popularity. Envoy is more widely used, but Traffic Shaping excels in its own space.
Related Comparisons
Disagree with our pick? nice@nicepick.dev