Tagged articles
63 articles
Page 1 of 1
Ops Community
Ops Community
May 17, 2026 · Cloud Native

Istio Service Mesh Basics: What Is the Sidecar Pattern and Why Microservices Need It?

The article explains how traditional microservice architectures embed network concerns such as time‑outs, retries, circuit breaking, traffic monitoring and mTLS in application code, why this leads to code coupling, upgrade difficulty and duplicated effort, and how Istio’s sidecar‑based service mesh cleanly separates those concerns while providing traffic management, observability and security features.

EnvoyIstioKubernetes
0 likes · 30 min read
Istio Service Mesh Basics: What Is the Sidecar Pattern and Why Microservices Need It?
Cloud Native Technology Community
Cloud Native Technology Community
May 15, 2025 · Cloud Native

What’s New in Kubernetes 1.33? Deep Dive into Sidecar, GPU/TPU Allocation, and Namespace Enhancements

Kubernetes 1.33 introduces native sidecar support, enhanced namespace isolation, and dedicated GPU/TPU resource allocation, delivering 64 feature upgrades—including stable sidecar containers, dynamic resource APIs, and user‑namespace security—while providing practical adoption guidance for production environments.

Cloud NativeKubernetesSidecar
0 likes · 5 min read
What’s New in Kubernetes 1.33? Deep Dive into Sidecar, GPU/TPU Allocation, and Namespace Enhancements
Alibaba Cloud Native
Alibaba Cloud Native
Mar 13, 2025 · Cloud Native

How to Extend SAE with Sidecar Containers for Custom Logging and Monitoring

This article explains how Alibaba Cloud's Serverless Application Engine (SAE) uses sidecar containers to let users add custom log collection, metric monitoring, and resource isolation without modifying their main application code, detailing configuration modes, operational tools, and a step‑by‑step implementation example.

SAEServerlessSidecar
0 likes · 12 min read
How to Extend SAE with Sidecar Containers for Custom Logging and Monitoring
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.

NacosSidecarSpring Cloud Alibaba
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.

EnvoyIstioService Mesh
0 likes · 19 min read
How Istio Sidecar Hijacks Traffic: Deep Dive into iptables and xDS
Alibaba Cloud Native
Alibaba Cloud Native
Mar 31, 2024 · Cloud Native

How ACK AHPA and Hybrid ECS/ECI Deployment Supercharge Ride‑Sharing Elasticity

This article details how a large ride‑hailing platform tackled container scaling delays and cost inefficiencies by adopting Alibaba Cloud ACK's Advanced Horizontal Pod Autoscaler, combining ECS and Elastic Container Instances, customizing scheduling policies, and injecting sidecars into virtual nodes to achieve proactive, cost‑effective elasticity.

ACKAHPACloud Native
0 likes · 10 min read
How ACK AHPA and Hybrid ECS/ECI Deployment Supercharge Ride‑Sharing Elasticity
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.

CELCRDKubernetes
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
Sep 5, 2023 · Cloud Native

Why Kubernetes 1.28 Finally Makes Sidecars First‑Class Citizens

This guide explains what sidecars are in Kubernetes, why they matter, the challenges they introduce, and how the new sidecar KEP in Kubernetes 1.28—introducing an Always RestartPolicy for init containers—formalizes sidecars as first‑class API objects, reshaping service‑mesh implementations and operational practices.

Cloud NativeInit ContainerKubernetes
0 likes · 18 min read
Why Kubernetes 1.28 Finally Makes Sidecars First‑Class Citizens
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.

DevOpsSidecaroffline environment
0 likes · 26 min read
Offline Simulation (OSim): Building Unlimited Test Environments for Large‑Scale Services
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.

DaemonSetKubernetesSidecar
0 likes · 12 min read
Mastering Container Log Collection in Kubernetes: Strategies and Best Practices
Alibaba Cloud Native
Alibaba Cloud Native
Apr 17, 2023 · Cloud Native

OpenKruise v1.4 Highlights: Sidecar Terminator and CloneSet Enhancements

The OpenKruise v1.4 release introduces the Job Sidecar Terminator for automatic sidecar shutdown, enables several stable capabilities by default, adds CloneSet performance and lifecycle improvements, provides a force‑recreate option for containers, and enhances image pre‑pull metadata handling, all while offering clear usage examples and configuration snippets.

CloneSetCloud NativeContainer
0 likes · 10 min read
OpenKruise v1.4 Highlights: Sidecar Terminator and CloneSet Enhancements
Cloud Native Technology Community
Cloud Native Technology Community
Nov 9, 2022 · Cloud Native

How Sidecars Are Revolutionizing Load Testing in Kubernetes

The article explains why traditional load testing struggles with modern, scalable infrastructures and shows how integrating sidecar containers into Kubernetes can simplify traffic capture, enrich replay data, reduce operational overhead, and enable more realistic, automated load‑testing pipelines.

Cloud NativeDevOpsKubernetes
0 likes · 8 min read
How Sidecars Are Revolutionizing Load Testing in Kubernetes
Tencent Cloud Developer
Tencent Cloud Developer
Sep 22, 2022 · Cloud Native

Mastering Cloud Studio YAML Templates: From Creation to Deployment

This guide explains how Cloud Studio users can simplify workspace setup by using YAML templates that define environment images, variables, extensions, lifecycle commands, and sidecar services, providing step‑by‑step instructions, code examples, and visual illustrations for creating, importing, and deploying fully configured cloud development environments.

Cloud StudioDevOpsLifecycle
0 likes · 8 min read
Mastering Cloud Studio YAML Templates: From Creation to Deployment
Alibaba Cloud Native
Alibaba Cloud Native
Sep 14, 2022 · Cloud Native

How Dubbo Mesh Enables Seamless Service‑Mesh Adoption with a Plugin‑Based Architecture

Dubbo Mesh, a cloud‑native extension of Dubbo, introduces a plugin‑driven design that separates control and data planes, supports hot‑plug components, and offers Java Proxyless and Sidecar deployment modes to simplify migration to a service‑mesh architecture while retaining Dubbo's scalability.

Cloud NativeDubbo MeshDynamic Binary Push
0 likes · 7 min read
How Dubbo Mesh Enables Seamless Service‑Mesh Adoption with a Plugin‑Based Architecture
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.

ByteRuntimeMicroservicesService Mesh
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.

IstioKubernetesPiLoT
0 likes · 13 min read
Ctrip Service Mesh Performance Optimization and Practices
Alibaba Cloud Native
Alibaba Cloud Native
Jun 24, 2022 · Cloud Native

How Service Mesh Discovers Services: ASM Config Push & Selective Discovery

This article explains the service discovery and configuration push mechanisms of Alibaba Cloud's managed Istio‑compatible service mesh ASM, demonstrates practical experiments with Sidecar clusters, shows how VirtualService rewrites work across mesh‑in and mesh‑out services, and provides step‑by‑step guidance to enable selective service discovery for performance optimization.

ASMIstioKubernetes
0 likes · 16 min read
How Service Mesh Discovers Services: ASM Config Push & Selective Discovery
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.

BFFMicroservicesService Mesh
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.

BFFCloud NativeService Mesh
0 likes · 12 min read
Understanding the Relationship Between Service Mesh and API Gateway
政采云技术
政采云技术
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
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 24, 2022 · Cloud Native

Achieving Consistent, Low‑Cost Environments with Declarative IaC and OAM

This article explains how to ensure software delivery stability by maintaining product and runtime environment consistency, explores the three stages of environment management—from documentation to declarative definitions—illustrates Kubernetes sidecar patterns, and discusses the benefits and challenges of Infrastructure‑as‑Code and OAM models.

Environment ConsistencyKubernetesOAM
0 likes · 10 min read
Achieving Consistent, Low‑Cost Environments with Declarative IaC and OAM
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.

BFFCloud NativeService Mesh
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.

ICBCMicroservicesService Mesh
0 likes · 15 min read
Industrial and Commercial Bank of China Service Mesh Implementation Case Study
Alibaba Cloud Native
Alibaba Cloud Native
Dec 8, 2021 · Cloud Native

How ICBC Built an Enterprise‑Scale Service Mesh Platform for Cloud‑Native Banking

This article details ICBC's five‑year journey of researching, designing, and deploying a large‑scale service mesh platform that integrates with its existing micro‑service framework, enabling language‑agnostic traffic management, smooth migration, and enterprise‑grade governance for high‑frequency and big‑data banking workloads.

ICBCMicroservicesSOFAStack
0 likes · 12 min read
How ICBC Built an Enterprise‑Scale Service Mesh Platform for Cloud‑Native Banking
Alibaba Cloud Native
Alibaba Cloud Native
Apr 15, 2021 · Cloud Native

How Alibaba Turns Service Mesh Experiments into Real Business Value

This article recounts Alibaba's year‑long Service Mesh journey, highlighting how the team shifted from large‑scale rollout to delivering incremental business value, adopted non‑intrusive sidecar designs, integrated Dubbo 3.0, and applied software‑lifecycle thinking to create scalable, low‑overhead traffic management solutions.

AlibabaCloud NativeDubbo
0 likes · 17 min read
How Alibaba Turns Service Mesh Experiments into Real Business Value
Alibaba Cloud Native
Alibaba Cloud Native
Mar 15, 2021 · Cloud Native

OpenKruise SidecarSet: Injection, In‑Place Upgrade & Rollout Strategies

This article explains how OpenKruise SidecarSet enables automatic sidecar injection, in‑place upgrades without restarting the main container, and advanced rollout strategies such as rolling updates, canary releases, and scatter deployments, illustrated with a logtail sidecar example and detailed YAML configurations.

KubernetesOpenKruiseRolling Update
0 likes · 16 min read
OpenKruise SidecarSet: Injection, In‑Place Upgrade & Rollout Strategies
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.

BFFCQRSEvent Sourcing
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.

Cloud NativeSidecarSpring Cloud Gateway
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.

Network EvolutionService MeshSidecar
0 likes · 8 min read
From ARPANET to Service Mesh: How Network Architecture Evolved Over the Ages
Programmer DD
Programmer DD
Nov 14, 2020 · Cloud Native

Why Service Meshes Remain Hard: Real‑World Challenges and Practical Tips

The article examines why adopting service meshes like Istio and Linkerd is still difficult, outlining the roles of platform and service owners, common pitfalls such as sidecar injection failures, configuration complexities, and offers guidance to help teams evaluate and successfully implement mesh solutions.

IstioKubernetesLinkerd
0 likes · 9 min read
Why Service Meshes Remain Hard: Real‑World Challenges and Practical Tips
Alibaba Cloud Native
Alibaba Cloud Native
Sep 24, 2020 · Cloud Native

Tackling Ultra‑Large‑Scale Service Mesh Deployment: Lessons from Alibaba

This article details Alibaba's practical experience deploying Service Mesh at massive scale, covering architectural evolution, key challenges, traffic interception, hot‑upgrade mechanisms, performance optimizations, and operational tooling that together enable reliable, low‑overhead service communication in a cloud‑native environment.

Cloud NativeEnvoyIstio
0 likes · 22 min read
Tackling Ultra‑Large‑Scale Service Mesh Deployment: Lessons from Alibaba
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
Cloud Native Technology Community
Cloud Native Technology Community
Sep 10, 2020 · Cloud Native

Resolving Application Startup Failures Caused by Istio Sidecar Initialization Delays

This article analyzes why applications fail to start when the Istio sidecar proxy has not finished its xDS configuration, presents three practical solutions—including health‑check gating, pod container start order control, and Kubernetes startup dependencies—and recommends adopting design‑for‑failure principles for robust microservice deployments.

Cloud NativeIstioKubernetes
0 likes · 14 min read
Resolving Application Startup Failures Caused by Istio Sidecar Initialization Delays
21CTO
21CTO
Jul 2, 2020 · Cloud Native

When Does an API Gateway Become a Service Mesh? Exploring Their Convergence

This article examines the evolving relationship between Service Mesh and API Gateway, clarifying their original responsibilities, discussing traffic direction semantics, and detailing how sidecar integration, BFF layers, and real‑world Ant Financial practices are driving a convergence toward more decentralized, cloud‑native API management.

BFFCloud NativeService Mesh
0 likes · 15 min read
When Does an API Gateway Become a Service Mesh? Exploring Their Convergence
Alibaba Cloud Native
Alibaba Cloud Native
Dec 28, 2019 · Cloud Native

Mastering Sidecar Containers: Patterns, Challenges, and OpenKruise Solutions

This article explains the Sidecar container pattern in Kubernetes, outlines common use cases such as logging, service mesh, and health checks, discusses real-world challenges like ordering and lifecycle management, and presents community-driven solutions including the Sidecar kep, PreSidecar/PostSidecar concepts, and the OpenKruise SidecarSet workload.

Container PatternsKubernetesOpenKruise
0 likes · 10 min read
Mastering Sidecar Containers: Patterns, Challenges, and OpenKruise Solutions
Meituan Technology Team
Meituan Technology Team
Dec 12, 2019 · Cloud Native

How Meituan Scaled Service Governance with OCTO Mesh: Architecture & Lessons

Meituan’s OCTO Mesh transforms its massive service governance by adopting a Service Mesh architecture with sidecar proxies, a custom control plane, and meta‑server driven routing, addressing multi‑language support, middleware coupling, heterogenous integration, and scalability challenges while detailing design choices, health‑check strategies, and operational tooling.

Cloud NativeControl PlaneService Mesh
0 likes · 20 min read
How Meituan Scaled Service Governance with OCTO Mesh: Architecture & Lessons
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Nov 15, 2019 · Cloud Native

Understanding Service Mesh: Evolution, Architecture, and Future Challenges

This article provides a comprehensive overview of Service Mesh technology, covering its origins, the problems it solves in microservice governance, architectural patterns such as sidecar and local gateways, the evolution from early projects like Linkerd to modern solutions like Istio and Envoy, and the remaining performance, portability, and standardization challenges that shape its future.

Cloud NativeEnvoyIstio
0 likes · 34 min read
Understanding Service Mesh: Evolution, Architecture, and Future Challenges
AntTech
AntTech
Nov 5, 2019 · Cloud Native

Deep Practice of Service Mesh at Ant Financial: Large‑Scale Deployment, Challenges, and Recommendations

This article presents Ant Financial's extensive Service Mesh journey, detailing its multi‑stage large‑scale rollout, performance measurements during the 618 and upcoming Double‑11 events, the technical challenges encountered, optimization techniques applied to the data‑plane and control‑plane, and practical advice for organizations considering Service Mesh adoption.

Ant FinancialLarge‑Scale DeploymentMicroservices
0 likes · 31 min read
Deep Practice of Service Mesh at Ant Financial: Large‑Scale Deployment, Challenges, and Recommendations
Programmer DD
Programmer DD
Oct 21, 2019 · Cloud Native

Deploy a Static Hugo Blog with Podman, Envoy Sidecar, and Systemd

This guide explains how to replace Docker with Podman for hosting a static Hugo site, using a sidecar Envoy proxy, shared network namespaces, Kubernetes‑compatible pod definitions, and systemd services to achieve automatic startup and reliable service discovery.

EnvoyHugoKubernetes
0 likes · 15 min read
Deploy a Static Hugo Blog with Podman, Envoy Sidecar, and Systemd
Alibaba Cloud Native
Alibaba Cloud Native
Sep 23, 2019 · Cloud Native

Why Pods Matter: Unpacking Kubernetes’ Core Scheduling Unit and Container Design Patterns

This article explains why Kubernetes introduces Pods as the fundamental scheduling unit, how they map to process groups, the need for atomic scheduling, and the underlying network and storage sharing mechanisms, while also detailing common container design patterns such as Init Containers and Sidecars.

Container Design PatternsInit ContainerKubernetes
0 likes · 23 min read
Why Pods Matter: Unpacking Kubernetes’ Core Scheduling Unit and Container Design Patterns
Youzan Coder
Youzan Coder
Aug 7, 2019 · Cloud Native

Evolution and Implementation of Service Mesh Architecture at Youzan

Since 2017, Youzan transformed its monolithic Nginx‑PHP stack into a language‑agnostic service mesh by introducing Dubbo, the ZanPHP RPC framework, a custom NOVA protocol, and the Go‑based Tether sidecar that offloads discovery, load‑balancing and monitoring, later adding a Service Pretender for cross‑region traffic, and now migrates discovery to Istio Pilot on Kubernetes for seamless, containerized microservice orchestration.

Cloud NativeKubernetesRPC
0 likes · 16 min read
Evolution and Implementation of Service Mesh Architecture at Youzan
Tencent Cloud Developer
Tencent Cloud Developer
Jun 17, 2019 · Cloud Native

Service Mesh Implementation Challenges and Solutions: Practical Insights from Production Environment

Implementing a service mesh in production faces real‑world hurdles such as significant CPU consumption, 20‑50% performance loss, tangled sidecar responsibilities, missing registration support, and control‑plane bottlenecks, which can be mitigated by a central‑mesh fallback, IPC and lock‑free optimizations, staged sidecar splitting, and unified Pilot‑based service discovery.

Cloud NativeDistributed SystemsIstio
0 likes · 16 min read
Service Mesh Implementation Challenges and Solutions: Practical Insights from Production Environment
Tencent Cloud Developer
Tencent Cloud Developer
Apr 22, 2019 · Cloud Native

In-Place Container Upgrade in Kubernetes: Mechanism and Implementation

Kubernetes performs in‑place container upgrades by detecting spec changes, computing pod actions that selectively kill and restart only the affected containers while preserving the pod sandbox, allowing sidecar updates without full pod recreation, reducing downtime and enabling custom operators for gray‑scale rolling upgrades.

Cloud NativeContainer UpgradeKubernetes
0 likes · 16 min read
In-Place Container Upgrade in Kubernetes: Mechanism and Implementation
21CTO
21CTO
Apr 6, 2018 · Cloud Native

Why Service Mesh Is the Next Evolution of Microservices

This article examines the limitations of traditional microservice frameworks, introduces service mesh as a solution with sidecar architecture, outlines its definition, evolution stages, and timeline, and concludes with resources for further learning and practical implementation.

Cloud NativeDistributed SystemsMicroservices
0 likes · 9 min read
Why Service Mesh Is the Next Evolution of Microservices
Architecture Digest
Architecture Digest
Apr 6, 2018 · Cloud Native

An Overview of Service Mesh: Addressing the Limitations of Traditional Microservices

This article reviews the challenges of early microservice frameworks—high technical barriers, limited multi‑language support, and intrusive code—and explains how service mesh architectures with sidecar proxies, exemplified by Linkerd, Envoy, and Istio, provide a dedicated, language‑agnostic infrastructure layer that simplifies service governance and operations.

Cloud NativeDistributed SystemsIstio
0 likes · 9 min read
An Overview of Service Mesh: Addressing the Limitations of Traditional Microservices
Programmer DD
Programmer DD
Mar 15, 2018 · Cloud Native

Is Service Mesh the Next Evolution of Microgateway? A Deep Dive into Cloud‑Native Architecture

With large organizations moving to self‑organized microservice teams, this article explains how service mesh and microgateway technologies provide decentralized, consistent service‑to‑service communication, detailing gateway functions, data‑plane and control‑plane roles, and the evolution of low‑invasive components, reverse proxies, sidecar patterns, and native infrastructure such as Istio.

Cloud NativeIstioKubernetes
0 likes · 11 min read
Is Service Mesh the Next Evolution of Microgateway? A Deep Dive into Cloud‑Native Architecture