Tag

Sidecar

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 28, 2025 · Backend Development

Mastering Spring Cloud Alibaba Sidecar: Integrate Heterogeneous Microservices Seamlessly

This guide explains how to use Spring Cloud Alibaba Sidecar to integrate heterogeneous microservices, covering its principles, configuration, health‑check setup, and a complete hands‑on example with Spring Boot services, Sidecar registration, Nacos discovery, and RestTemplate calls, while guaranteeing permanent updates for subscribers.

MicroservicesNacosService Discovery
0 likes · 8 min read
Mastering Spring Cloud Alibaba Sidecar: Integrate Heterogeneous Microservices Seamlessly
Raymond Ops
Raymond Ops
Jan 21, 2025 · Cloud Native

How Istio Sidecar Hijacks Traffic: Deep Dive into iptables and xDS

This article explains how Istio's sidecar proxy uses Envoy, iptables rules, and the xDS API to intercept and redirect traffic between Kubernetes pods, detailing the startup injection, traffic hijacking process, and how configuration is dynamically generated by istiod.

EnvoyIstioKubernetes
0 likes · 19 min read
How Istio Sidecar Hijacks Traffic: Deep Dive into iptables and xDS
Cloud Native Technology Community
Cloud Native Technology Community
Dec 11, 2023 · Cloud Native

Key New Features in Kubernetes v1.29: CEL‑based CRD Validation, NodePort Allocation, Sidecar Containers, PreStop Hook, Service Account Token Binding, and More

Kubernetes v1.29 introduces 49 major updates including GA of CEL‑based CRD validation, a stable static‑dynamic NodePort range, default‑enabled SidecarContainers, an Alpha PreStop sleep hook, tighter ServiceAccount token binding, GA resource metrics, component health SLIs, and several other GA features, all of which simplify cluster operation and improve security.

CELCRDCloud Native
0 likes · 17 min read
Key New Features in Kubernetes v1.29: CEL‑based CRD Validation, NodePort Allocation, Sidecar Containers, PreStop Hook, Service Account Token Binding, and More
Cloud Native Technology Community
Cloud Native Technology Community
Aug 31, 2023 · Cloud Native

Restartable Init Containers as Sidecar Feature in Kubernetes 1.28

This article explains the new sidecar feature in Kubernetes 1.28 that adds a restartPolicy field to init containers, describes its behavior, provides usage examples, discusses when to adopt it, outlines migration steps, lists known issues, and invites community feedback.

AlphaFeatureCloudNativeInitContainer
0 likes · 11 min read
Restartable Init Containers as Sidecar Feature in Kubernetes 1.28
Didi Tech
Didi Tech
Aug 29, 2023 · Operations

Offline Simulation (OSim): Building Unlimited Test Environments for Large‑Scale Services

OSim (Offline Simulation) creates unlimited, production‑like test environments for large‑scale services by using a shared benchmark and branch‑specific instances, routing traffic via colored trace IDs through a sidecar gateway and proxying Redis and MQ data, thus overcoming All‑in‑One bottlenecks and improving stability, automation, and developer productivity.

MicroservicesSidecarTesting
0 likes · 26 min read
Offline Simulation (OSim): Building Unlimited Test Environments for Large‑Scale Services
Architects Research Society
Architects Research Society
Aug 12, 2023 · Operations

Ambassador Pattern: Using an External Proxy Service for Client Network Calls

The ambassador pattern introduces an external sidecar proxy that offloads common client‑side networking concerns such as routing, resilience, logging, and security, enabling legacy or hard‑to‑modify applications to gain cloud‑native capabilities without changing their code.

MicroservicesSidecarambassador pattern
0 likes · 8 min read
Ambassador Pattern: Using an External Proxy Service for Client Network Calls
Efficient Ops
Efficient Ops
Apr 17, 2023 · Operations

Mastering Container Log Collection in Kubernetes: Strategies and Best Practices

This article explains how container log collection in Kubernetes differs from traditional host logging, outlines common deployment methods such as DaemonSet and Sidecar, compares log storage options, and offers practical guidance on handling stdout and file‑based logs for reliable operations.

Container LoggingDaemonSetKubernetes
0 likes · 12 min read
Mastering Container Log Collection in Kubernetes: Strategies and Best Practices
Cloud Native Technology Community
Cloud Native Technology Community
Sep 9, 2022 · Cloud Native

Istio Ambient Mesh: A New Data Plane Model That Eliminates Sidecar Overhead

Istio's ambient mesh introduces a shared‑node ztunnel and optional waypoint proxies to provide zero‑trust security and optional L7 features without sidecar injection, reducing invasiveness, resource waste, and operational complexity while maintaining full mesh functionality.

Ambient MeshIstioKubernetes
0 likes · 13 min read
Istio Ambient Mesh: A New Data Plane Model That Eliminates Sidecar Overhead
ByteDance Cloud Native
ByteDance Cloud Native
Aug 25, 2022 · Cloud Native

How ByteDance’s Multi‑Runtime Architecture Reinvents Cloud‑Native Microservices

This article explains ByteDance’s evolution from monolithic services to a multi‑runtime microservice architecture, introduces four sidecar runtime models, details the ByteRuntime design with Mesh Pilot and governance layers, and shares performance‑boosting techniques such as PGO while comparing ByteRuntime with DAPR.

ByteRuntimeCloud NativeMicroservices
0 likes · 18 min read
How ByteDance’s Multi‑Runtime Architecture Reinvents Cloud‑Native Microservices
Ctrip Technology
Ctrip Technology
Jul 14, 2022 · Cloud Native

Ctrip Service Mesh Performance Optimization and Practices

This article details Ctrip's large‑scale Service Mesh deployment using Istio, analyzes control‑plane performance bottlenecks such as pilot concurrency and configuration push latency, and presents a series of optimizations—including namespace isolation, concurrent ServiceEntry processing, incremental EnvoyFilter handling, and pilot configuration tweaks—that dramatically improve init‑context and push times while supporting thousands of services.

Cloud NativeIstioKubernetes
0 likes · 13 min read
Ctrip Service Mesh Performance Optimization and Practices
Top Architect
Top Architect
Apr 10, 2022 · Backend Development

Understanding the Relationship Between Service Mesh and API Gateway

This article examines how Service Mesh and API Gateway differ in responsibilities, explores the east‑west versus north‑south traffic concepts, discusses two implementation philosophies, and traces the evolving integration of sidecars, BFF, and unified gateway solutions in modern microservice architectures.

API GatewayBFFMicroservices
0 likes · 13 min read
Understanding the Relationship Between Service Mesh and API Gateway
IT Architects Alliance
IT Architects Alliance
Apr 7, 2022 · Cloud Native

Understanding the Relationship Between Service Mesh and API Gateway

This article examines how Service Mesh and API Gateway differ in function and deployment, explores the philosophical debate over east‑west versus north‑south traffic when a gateway accesses internal services, and traces the evolving integration of sidecars, BFF layers, and cloud‑native architectures.

API GatewayBFFCloud Native
0 likes · 12 min read
Understanding the Relationship Between Service Mesh and API Gateway
Architects Research Society
Architects Research Society
Mar 13, 2022 · Cloud Native

eBPF and Wasm: Emerging Alternatives to Sidecar Proxies in Service Mesh Data Planes

The article examines how eBPF and WebAssembly are being explored as high‑performance, kernel‑level alternatives to traditional sidecar proxies in service mesh architectures, discussing their benefits, limitations, and the ongoing debate among major mesh providers.

Cloud NativeKubernetesService Mesh
0 likes · 9 min read
eBPF and Wasm: Emerging Alternatives to Sidecar Proxies in Service Mesh Data Planes
政采云技术
政采云技术
Mar 1, 2022 · Cloud Native

Introduction to Dapr: Features, Architecture, and Installation Guide

This article introduces Dapr, a cloud‑native sidecar runtime for building resilient microservices, explains its core features such as service invocation, state management, pub/sub, bindings, actors, observability, and secrets, and provides step‑by‑step installation instructions for CLI, binaries, Kubernetes, and Helm.

Cloud NativeDaprInstallation
0 likes · 10 min read
Introduction to Dapr: Features, Architecture, and Installation Guide
Cloud Native Technology Community
Cloud Native Technology Community
Jan 11, 2022 · Cloud Native

Service Mesh vs API Gateway: Roles, Overlaps, and Integration Strategies

This article examines the distinct responsibilities of Service Mesh and API Gateway, explores the philosophical debate over internal traffic classification, and details emerging integration patterns such as sidecar‑based gateways and BFF‑driven architectures, illustrated with real‑world examples from Ant Financial.

API GatewayBFFCloud Native
0 likes · 14 min read
Service Mesh vs API Gateway: Roles, Overlaps, and Integration Strategies
AntTech
AntTech
Dec 9, 2021 · Cloud Native

Industrial and Commercial Bank of China Service Mesh Implementation Case Study

This article presents a comprehensive case study of how Industrial and Commercial Bank of China (ICBC) adopted Service Mesh technology to modernize its micro‑service architecture, detailing the platform’s design, deployment strategies, performance optimizations, enterprise‑level governance capabilities, and future development plans.

Cloud NativeICBCMicroservices
0 likes · 15 min read
Industrial and Commercial Bank of China Service Mesh Implementation Case Study
Top Architect
Top Architect
Feb 11, 2021 · Cloud Native

Modern Architecture Design Patterns for Scalable Applications

This article introduces six essential cloud‑native design patterns—Circuit Breaker, CQRS, Event Sourcing, Sidecar, BFF, and Strangler—explaining their purpose, implementation tips, and when to apply or avoid them to build scalable, resilient, and maintainable enterprise systems.

BFFCQRSCloud Native
0 likes · 11 min read
Modern Architecture Design Patterns for Scalable Applications
58 Tech
58 Tech
Jan 20, 2021 · Cloud Native

Design and Implementation of a Spring Cloud Gateway Sidecar for 58 Anjuke Real Estate Platform

This article details the background, selection, sidecar‑based deployment, custom features, performance testing, and production rollout of a Spring Cloud Gateway API gateway used to unify authentication, anti‑scraping, and routing logic across Node.js, Java, and PHP services in the 58 Anjuke second‑hand housing business line.

API GatewayCloud NativeJava
0 likes · 9 min read
Design and Implementation of a Spring Cloud Gateway Sidecar for 58 Anjuke Real Estate Platform
macrozheng
macrozheng
Jan 15, 2021 · Cloud Native

From ARPANET to Service Mesh: How Network Architecture Evolved Over the Ages

This article traces the evolution of network architectures from the early ARPANET days through the rise of TCP/IP, monolithic and microservice eras, and finally to modern service mesh and sidecar patterns, highlighting key technological shifts and their impact on system design.

Cloud NativeMicroservicesService Mesh
0 likes · 8 min read
From ARPANET to Service Mesh: How Network Architecture Evolved Over the Ages
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Sep 15, 2020 · Cloud Native

Challenges and Solutions for Large-Scale Service Mesh Deployment at Alibaba

Alibaba’s large‑scale Service Mesh deployment faces challenges such as smooth technology evolution, business‑technical balance, technical debt, massive sidecar operations, and scaling, which it addresses through staged architecture evolution, traffic‑transparent interception, hot upgrades, and open‑source contributions to Istio and Envoy.

Cloud NativeEnvoyIstio
0 likes · 19 min read
Challenges and Solutions for Large-Scale Service Mesh Deployment at Alibaba