Tag

traffic management

0 views collected around this technical thread.

Bilibili Tech
Bilibili Tech
Nov 15, 2024 · Operations

B站直播团队S14赛事保障实践

The Bilibili live‑streaming team’s S14 tournament support showcases how systematic business‑scenario analysis, precise resource forecasting, accelerated fault‑drill and stress‑test workflows, and optimized tooling can deliver stable, low‑cost performance for massive, high‑concurrency events like the 2024 League of Legends World Championship.

Live StreamingTechnical Case Studyevent support
0 likes · 13 min read
B站直播团队S14赛事保障实践
Soul Technical Team
Soul Technical Team
Sep 30, 2024 · Cloud Native

Practical Experience with Envoy in Soul: Cloud‑Native Traffic Management and Service Mesh

This article shares Soul's two‑year practice of using the cloud‑native Envoy proxy for high‑performance, high‑throughput, and highly available traffic management across north‑south and east‑west flows, covering architecture, dynamic service discovery, load balancing, health checks, WASM extensions, service‑mesh integration, Redis proxying, and future directions.

EnvoyKubernetesService Mesh
0 likes · 14 min read
Practical Experience with Envoy in Soul: Cloud‑Native Traffic Management and Service Mesh
Architecture & Thinking
Architecture & Thinking
Sep 30, 2024 · Cloud Native

Understanding Service Mesh and Istio: Architecture, Deployment, and Traffic Management

This article explains the fundamentals of Service Mesh and Istio, covering their architecture, control‑plane and data‑plane components, deployment modes, key capabilities such as traffic control and security, and the interaction workflow that enables modern cloud‑native microservice environments.

IstioKubernetesService Mesh
0 likes · 9 min read
Understanding Service Mesh and Istio: Architecture, Deployment, and Traffic Management
iQIYI Technical Product Team
iQIYI Technical Product Team
Sep 19, 2024 · Information Security

01 Background Introduction

The article introduces the concept of an egress gateway, explains why iQIYI’s member‑cooperation services require a unified outbound gateway to handle IP‑whitelisting and external access, critiques the limitations of an Nginx proxy, and describes adopting APISIX with security, traffic‑control plugins and a UI‑driven URL translation layer.

APISIXegress gatewaynetwork architecture
0 likes · 13 min read
01 Background Introduction
System Architect Go
System Architect Go
Aug 31, 2024 · Cloud Native

Understanding Kubernetes Ingress and the Gateway API: Concepts, Comparison, and Best Practices

This article explains how Kubernetes manages inbound traffic using Ingress and the newer Gateway API, compares their features and limitations, provides YAML examples for Ingress, GatewayClass, Gateway, and Route resources, and discusses the future direction of traffic management in cloud‑native environments.

Gateway APIIngressK8s Networking
0 likes · 7 min read
Understanding Kubernetes Ingress and the Gateway API: Concepts, Comparison, and Best Practices
Top Architecture Tech Stack
Top Architecture Tech Stack
Aug 30, 2024 · Backend Development

Understanding Load Balancing and Gateway Architecture Through a Story

The article explains, using a startup scenario, how a single‑server setup leads to performance bottlenecks and single‑point failures, prompting the adoption of load balancing with Nginx and an additional gateway layer for authentication, security, and traffic control, while also containing promotional material for development tools.

AuthenticationLoad BalancingNginx
0 likes · 5 min read
Understanding Load Balancing and Gateway Architecture Through a Story
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
May 10, 2024 · Backend Development

Design and Implementation of a Kafka‑Proxy for High Availability and Traffic Governance

This article presents a Kafka‑Proxy solution that enhances cluster availability, traffic governance, seamless cluster switching, near‑source production/consumption, non‑disruptive offset resetting, and message flow control through metadata sharing and a lightweight proxy layer.

BackendHigh AvailabilityKafka
0 likes · 16 min read
Design and Implementation of a Kafka‑Proxy for High Availability and Traffic Governance
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
May 2, 2024 · Cloud Native

Understanding Istio Architecture and Core Principles

This article provides a comprehensive overview of Istio, explaining its role as an open‑source service mesh for cloud‑native microservices, detailing the data plane and control plane components, sidecar proxy functions, traffic management, security, and monitoring while also promoting related learning resources.

IstioKubernetesService Mesh
0 likes · 4 min read
Understanding Istio Architecture and Core Principles
Cloud Native Technology Community
Cloud Native Technology Community
Nov 28, 2023 · Cloud Native

Kubernetes Traffic Management and the Emerging Role of Gateway API

This article reviews Kubernetes traffic management, contrasting north‑south and east‑west flows, explains the limitations of Ingress, introduces the newly GA Gateway API, and demonstrates how its role‑based resources and richer expressiveness can become the future standard for cloud‑native networking.

Gateway APIIngressKubernetes
0 likes · 16 min read
Kubernetes Traffic Management and the Emerging Role of Gateway API
Architecture & Thinking
Architecture & Thinking
Jul 26, 2023 · Cloud Native

Mastering Traffic Management in Cloud‑Native Microservices with Istio

This article explains how microservice traffic can be controlled and routed using Istio’s Service‑Mesh features—covering concepts such as header‑based routing, traffic splitting, canary releases, A/B testing, and traffic shading—along with practical YAML examples and Kubernetes deployment details.

IstioKubernetesService Mesh
0 likes · 9 min read
Mastering Traffic Management in Cloud‑Native Microservices with Istio
Architecture & Thinking
Architecture & Thinking
Dec 26, 2022 · Cloud Native

Microservice Traffic Mastery: Canary, A/B Testing, and Service Mesh

This article explores essential microservice traffic management techniques—including canary releases, A/B testing, and traffic shading—detailing their value, implementation steps, and practical examples using Service Mesh and Istio, with code snippets and diagrams to illustrate routing based on request attributes.

A/B testingIstioService Mesh
0 likes · 7 min read
Microservice Traffic Mastery: Canary, A/B Testing, and Service Mesh
58 Tech
58 Tech
Dec 22, 2022 · Artificial Intelligence

Implementing a Cloud-Native Istio Gateway for 58.com Deep Learning Inference Platform

This article details the evolution of 58.com’s deep learning inference platform, describing the transition from the original SCF‑based architecture to a cloud‑native Istio gateway (architecture 2.0), and explains design choices, traffic‑management, adaptive rate‑limiting, observability, model pre‑warming, and performance improvements.

AIInference PlatformIstio
0 likes · 22 min read
Implementing a Cloud-Native Istio Gateway for 58.com Deep Learning Inference Platform
Ctrip Technology
Ctrip Technology
Dec 15, 2022 · Operations

Practical Experience in Microservice Governance at Ctrip: Challenges, Strategies, and Results

This article shares Ctrip's practical experience in microservice governance, detailing the background, common pitfalls such as excessive service granularity and cyclic dependencies, and presenting concrete goals, principles, and strategies that led to significant improvements in stability, performance, and development efficiency.

System Stabilitymicroservicesperformance optimization
0 likes · 14 min read
Practical Experience in Microservice Governance at Ctrip: Challenges, Strategies, and Results
Architect
Architect
Nov 11, 2022 · Cloud Native

Evolution of Ant Financial Service Mesh: Capabilities, Design, and Operational Practices

This article reviews how Ant Financial’s Service Mesh has matured since its 2019 Double‑11 rollout, detailing the design and implementation of link encryption, adaptive rate limiting, fine‑grained traffic steering, and service self‑healing, and explains the operational value these capabilities bring to large‑scale microservice systems.

Adaptive Rate LimitingService Meshcloud native
0 likes · 17 min read
Evolution of Ant Financial Service Mesh: Capabilities, Design, and Operational Practices
ByteDance Cloud Native
ByteDance Cloud Native
Oct 24, 2022 · Cloud Native

How KubeGateway Solves kube‑apiserver Load‑Balancing and Traffic Governance

KubeGateway, a custom seven‑layer gateway built by ByteDance, eliminates kube‑apiserver load‑imbalance and adds comprehensive request governance—including routing, rate‑limiting, and degradation—by parsing HTTP2 traffic, supporting flexible policies, and transparently proxying requests without client changes.

AuthenticationKubernetesLoad Balancing
0 likes · 14 min read
How KubeGateway Solves kube‑apiserver Load‑Balancing and Traffic Governance
Tencent Cloud Developer
Tencent Cloud Developer
Aug 31, 2022 · Cloud Native

Cross‑Account Multi‑Cluster Traffic Unified Access and Governance on Tencent Cloud

By registering foreign clusters to the Tencent Distributed Cloud Center and linking them with Cloud Connect Network, the guide shows how to use Tencent Cloud Service Mesh to create a unified ingress gateway, configure DNS and Istio virtual services, and route traffic across multiple accounts and clusters securely.

Cross-AccountKubernetesService Mesh
0 likes · 15 min read
Cross‑Account Multi‑Cluster Traffic Unified Access and Governance on Tencent Cloud
Top Architect
Top Architect
Jul 8, 2022 · Cloud Native

Understanding Service Mesh and Istio: Architecture, Features, and Hands‑On Deployment

This tutorial explains the fundamentals of service mesh, outlines Istio's architecture and core components, walks through installing Istio on Kubernetes, demonstrates a sample microservice deployment with traffic‑management, security, and observability features, and discusses when to adopt a service mesh and its alternatives.

IstioKubernetesObservability
0 likes · 20 min read
Understanding Service Mesh and Istio: Architecture, Features, and Hands‑On Deployment
Architect's Guide
Architect's Guide
Jul 2, 2022 · Cloud Native

Introduction to Service Mesh and Istio: Concepts, Architecture, and Hands‑On Deployment

This tutorial explains the fundamentals of service mesh, details Istio’s architecture and core components, demonstrates how to install and configure Istio on Kubernetes, and explores common use cases such as traffic management, security, observability, and alternatives.

IstioKubernetesObservability
0 likes · 18 min read
Introduction to Service Mesh and Istio: Concepts, Architecture, and Hands‑On Deployment
Cloud Native Technology Community
Cloud Native Technology Community
Jun 29, 2022 · Cloud Native

Managing Request-Level Load Balancing, Routing, and Traffic Splitting with Aeraki Mesh MetaRouter

This tutorial demonstrates how to install Aeraki Mesh, use its MetaRouter CRD to achieve request‑level load balancing, attribute‑based routing, and weighted traffic splitting for Dubbo and Thrift services in an Istio service mesh, including the underlying configuration principles and example commands.

AerakiIstioKubernetes
0 likes · 9 min read
Managing Request-Level Load Balancing, Routing, and Traffic Splitting with Aeraki Mesh MetaRouter
Architect
Architect
Jan 17, 2022 · Cloud Native

Introducing NGINX Service Mesh: Features, Architecture, and Getting Started

This article introduces NGINX Service Mesh (NSM), a lightweight, highly integrated service‑mesh solution for Kubernetes that leverages NGINX Plus as a data plane, explains its security, traffic‑management, visualization, and hybrid‑deployment capabilities, outlines its architecture and components, and provides step‑by‑step commands for installation, verification, and sidecar injection.

KubernetesNGINX Service MeshService Mesh
0 likes · 10 min read
Introducing NGINX Service Mesh: Features, Architecture, and Getting Started