Tagged articles
438 articles
Page 2 of 5
Alibaba Cloud Native
Alibaba Cloud Native
Nov 22, 2023 · Cloud Native

Build a Sidecarless AI Application with Alibaba Cloud Service Mesh ASM – Step‑by‑Step Guide

This guide walks you through creating a sidecarless AI demo on Alibaba Cloud Service Mesh ASM, covering environment setup, multi‑model serving with KServe, PVC storage, InferenceService configuration, business service deployment, gateway and waypoint creation, traffic routing rules, and OIDC single sign‑on integration.

AIASMKServe
0 likes · 28 min read
Build a Sidecarless AI Application with Alibaba Cloud Service Mesh ASM – Step‑by‑Step Guide
Alibaba Cloud Native
Alibaba Cloud Native
Nov 12, 2023 · Cloud Native

How Alibaba Cloud's ASM Implements the Sidecarless Ambient Service Mesh

This article explains the evolution from classic sidecar‑based service mesh to Istio's Ambient sidecarless architecture, details ASM's control‑plane and data‑plane separation, L4 ztunnel and L7 Waypoint proxies, traffic flow, serverless components, and real‑world benefits such as reduced resource usage and operational overhead.

Alibaba Cloud ASMCloud NativeService Mesh
0 likes · 13 min read
How Alibaba Cloud's ASM Implements the Sidecarless Ambient Service Mesh
Tencent Music Tech Team
Tencent Music Tech Team
Oct 31, 2023 · Cloud Native

Advanced Istio Best Practices – Locality Routing and Service Mesh Optimization

The article by delphisfang offers a concise, step‑by‑step guide to mastering Istio’s locality‑aware routing, explaining the three‑evidence learning method, the priority algorithm, required DestinationRule and outlier detection settings, how Envoy discovers locality, and tips for simplifying the Pilot‑Envoy mesh architecture.

EnvoyIstioKubernetes
0 likes · 17 min read
Advanced Istio Best Practices – Locality Routing and Service Mesh Optimization
Sohu Tech Products
Sohu Tech Products
Oct 25, 2023 · Cloud Native

Strategies for Rolling Restart of Pods During Istio Service Mesh Upgrade

To upgrade an Istio service mesh without overloading the cluster or causing downtime, the author recommends using Kubernetes’s built‑in kubectl rollout restart for each deployment—scaling replicas up then deleting old pods or simply invoking the command in a scripted loop—to safely perform a rolling restart of all sidecar‑proxied pods.

DevOpsIstioKubernetes
0 likes · 8 min read
Strategies for Rolling Restart of Pods During Istio Service Mesh Upgrade
HomeTech
HomeTech
Sep 19, 2023 · Operations

Implementing Observability and Alerting with Grafana Unified Alerting in a Cloud‑Native Service Mesh

This article explains how the automotive platform accelerated its cloud‑native service‑mesh transformation by integrating Opentelemetry, Prometheus, and Grafana, then details the configuration and practical use of Grafana's unified alerting module—including installation, data source setup, alert rule definition, contact points, message templates, and silencing—to achieve comprehensive observability and automated incident response.

AlertingGrafanaObservability
0 likes · 14 min read
Implementing Observability and Alerting with Grafana Unified Alerting in a Cloud‑Native Service Mesh
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
dbaplus Community
dbaplus Community
Aug 30, 2023 · Operations

How Weibo Scales to Hundreds of Millions: Building a Resilient Hybrid‑Cloud Architecture

This article outlines Weibo's massive user‑scale challenges and presents a comprehensive high‑availability solution that combines capacity planning, distributed caching, micro‑service isolation, cross‑language RPC, service‑mesh governance, multi‑datacenter disaster recovery, containerization, and hybrid‑cloud scaling to ensure reliable service delivery.

MicroservicesService Meshhybrid cloud
0 likes · 15 min read
How Weibo Scales to Hundreds of Millions: Building a Resilient Hybrid‑Cloud Architecture
Alibaba Cloud Native
Alibaba Cloud Native
Aug 18, 2023 · Cloud Native

Choosing Between Dubbo, Spring Cloud, gRPC, and Istio: A Practical Guide

Developers and architects can compare Apache Dubbo, Spring Cloud, gRPC, and Istio across architecture, performance, scalability, and governance, gaining clear guidance on selecting the right micro‑service framework and understanding each tool’s strengths, protocol support, and integration patterns for enterprise‑grade cloud‑native applications.

IstioMicroservicesService Mesh
0 likes · 11 min read
Choosing Between Dubbo, Spring Cloud, gRPC, and Istio: A Practical Guide
Efficient Ops
Efficient Ops
Aug 16, 2023 · Operations

How to Accurately Set Service Rate‑Limiting Thresholds in Large Cloud Systems

This article examines the challenges of setting effective rate‑limiting thresholds for massive cloud‑native services, compares TPS and concurrency metrics, proposes stress‑testing and historical‑data‑ARMA forecasting methods, and presents a practical system that delivers reliable limits for both node‑wide and per‑service protection.

ARMA forecastingPerformance TestingService Mesh
0 likes · 10 min read
How to Accurately Set Service Rate‑Limiting Thresholds in Large Cloud Systems
MaGe Linux Operations
MaGe Linux Operations
Aug 1, 2023 · Cloud Native

Why Service Mesh Is Essential for Modern Cloud‑Native Microservices

This article explains how service mesh complements Kubernetes by providing advanced traffic management, observability, and security for microservices, discusses common distributed‑system fallacies and service‑governance challenges, compares Istio with FloMesh, and explores future trends such as Wasm sidecars, ambient mesh, and eBPF.

Cloud NativeMicroservicesObservability
0 likes · 15 min read
Why Service Mesh Is Essential for Modern Cloud‑Native Microservices
Alibaba Cloud Native
Alibaba Cloud Native
Jul 21, 2023 · Cloud Native

How to Overcome Gray Release Challenges in Microservice Architectures

This article explains the difficulties of performing gray releases in microservice architectures and presents full‑link gray release concepts, two implementation strategies—environment isolation and traffic routing—along with practical solutions using Istio, service‑discovery agents, tracing baggage, and Alibaba Cloud MSE integrated with ZadigX.

IstioMSEMicroservices
0 likes · 10 min read
How to Overcome Gray Release Challenges in Microservice Architectures
Liangxu Linux
Liangxu Linux
Jul 9, 2023 · Backend Development

From Monolith to Microservices: A Practical Evolution Blueprint

This article walks through the step‑by‑step transformation of a simple online supermarket from a single‑node monolith to a fully fledged microservice architecture, highlighting the motivations, common pitfalls, component choices, monitoring, tracing, logging, resilience patterns, testing strategies, and the trade‑offs of frameworks versus service mesh.

Backend ArchitectureDistributed TracingMicroservices
0 likes · 24 min read
From Monolith to Microservices: A Practical Evolution Blueprint
AI Cyberspace
AI Cyberspace
Jul 5, 2023 · Cloud Native

From Service Mesh 1.0 to 2.0: Solving Envoy Pain Points and Shaping the Future

This article traces the evolution of service mesh from its early concepts through microservice 1.0 and 2.0, analyzes the shortcomings of Envoy‑based sidecars, and explores future directions such as Go‑based data planes, WASM plugins, eBPF/VPP acceleration, QUIC transport, and on‑demand xDS delivery.

EnvoyQUICService Mesh
0 likes · 17 min read
From Service Mesh 1.0 to 2.0: Solving Envoy Pain Points and Shaping the Future
Cloud Native Technology Community
Cloud Native Technology Community
Jun 26, 2023 · Cloud Native

What’s New in Aeraki Mesh 1.3.0? Istio 1.16 Support, Multiplexing, and MetaProtocol Features

Aeraki Mesh 1.3.0 (code‑named Dragonboat) adds Istio 1.16.x compatibility, introduces connection multiplexing, enables MetaProtocol routing on gateways, expands Dubbo service governance options, provides Redis traffic management, and migrates official images to GitHub Packages, with a detailed changelog and configuration examples.

Aeraki MeshCloud NativeDubbo
0 likes · 10 min read
What’s New in Aeraki Mesh 1.3.0? Istio 1.16 Support, Multiplexing, and MetaProtocol Features
Open Source Linux
Open Source Linux
Jun 21, 2023 · Cloud Native

From Monolith to Microservices: A Real‑World Journey and Lessons Learned

An online supermarket startup evolves its simple monolithic website into a fully distributed microservice architecture, detailing each transformation stage, the challenges encountered—such as code duplication, database bottlenecks, deployment complexity—and the solutions like service decomposition, monitoring, tracing, circuit breaking, and service mesh.

MicroservicesService Meshcircuit breaker
0 likes · 23 min read
From Monolith to Microservices: A Real‑World Journey and Lessons Learned
Code Ape Tech Column
Code Ape Tech Column
May 22, 2023 · Backend Development

Vertical Performance Optimization: Load Balancing Architecture and Practices

This article explores the evolution of load‑balancing architectures from Alibaba’s early systems to modern micro‑service meshes, detailing DNS, hardware, and software solutions, common algorithms, and real‑world case studies such as Double‑11, China Railway 12306, WeChat red packets, and Douyin, highlighting performance, scalability, and reliability considerations.

Distributed SystemsService Mesh
0 likes · 17 min read
Vertical Performance Optimization: Load Balancing Architecture and Practices
JD Cloud Developers
JD Cloud Developers
May 11, 2023 · Backend Development

How MOSN’s New Latency‑Based Load Balancing Cuts Tail Latency

This article explains MOSN v1.5.0's latency‑based load‑balancing algorithm, analyzes the sources of latency in distributed systems, describes mitigation techniques such as PeakEWMA and P2C, and presents a realistic simulation that shows the algorithm’s superiority over Round Robin and Least Request.

LatencyMOSNP2C
0 likes · 12 min read
How MOSN’s New Latency‑Based Load Balancing Cuts Tail Latency
Architecture Digest
Architecture Digest
May 9, 2023 · Backend Development

Understanding the Role, Architecture, and Selection of API Gateways in Enterprise Systems

This article explains the three main use cases of API gateways—Open API platforms, microservice gateways, and API service management platforms—describes their position in enterprise architecture, outlines practical deployment scenarios, compares competing solutions, and provides criteria for choosing the right gateway for performance, scalability, extensibility, and cloud deployment.

Cloud NativeMicroservicesOpenAPI
0 likes · 11 min read
Understanding the Role, Architecture, and Selection of API Gateways in Enterprise Systems
Liangxu Linux
Liangxu Linux
May 3, 2023 · Backend Development

From Monolith to Microservices: A Practical Journey of an Online Supermarket

This article walks through the evolution of a simple online supermarket from a monolithic architecture to a fully fledged microservice system, highlighting the challenges, component choices, database splitting, monitoring, tracing, logging, gateway, service discovery, resilience patterns, testing strategies, and the trade‑offs of using a custom framework versus a service mesh.

MicroservicesService Mesharchitecture
0 likes · 23 min read
From Monolith to Microservices: A Practical Journey of an Online Supermarket
Sanyou's Java Diary
Sanyou's Java Diary
Apr 13, 2023 · Backend Development

Master Dubbo: High‑Performance Java RPC Framework Explained

This comprehensive guide introduces Dubbo, a high‑performance Java RPC framework, covering its core concepts, architecture, configuration methods, load‑balancing and fault‑tolerance strategies, underlying communication mechanisms, and extension points, helping developers build robust distributed applications.

Backend DevelopmentDistributed SystemsDubbo
0 likes · 24 min read
Master Dubbo: High‑Performance Java RPC Framework Explained
Cloud Native Technology Community
Cloud Native Technology Community
Mar 16, 2023 · Cloud Native

How Intel and F5 Enabled Dual‑Stack Support in Istio 1.17

This article details the collaborative effort between Intel and F5 to redesign and implement dual‑stack networking support in Istio 1.17, covering the background challenges, new RFC design, key Envoy changes, step‑by‑step experimental setup, listener and endpoint modifications, and ways for the community to contribute.

Cloud NativeDual-StackEnvoy
0 likes · 11 min read
How Intel and F5 Enabled Dual‑Stack Support in Istio 1.17
Cloud Native Technology Community
Cloud Native Technology Community
Feb 1, 2023 · Cloud Native

Why Is Kubernetes So Hard to Master? A Step‑by‑Step Overview

This article breaks down the core concepts of Kubernetes—including its master‑worker architecture, pod scheduling, etcd storage, service exposure, scaling mechanisms, and controller interactions—through a series of clear questions and illustrated answers to help beginners grasp the platform’s complexity.

Cloud NativeKubernetesPod Scheduling
0 likes · 8 min read
Why Is Kubernetes So Hard to Master? A Step‑by‑Step Overview
Airbnb Technology Team
Airbnb Technology Team
Jan 11, 2023 · Cloud Native

Viaduct: A Data‑Oriented Service Mesh for Modern SOA

Viaduct, Airbnb’s data‑oriented service mesh built on GraphQL, replaces traditional procedural meshes by centralizing a schema that routes queries across thousands of micro‑services, enabling fine‑grained data access, serverless derived fields, automatic schema propagation, and improved observability, now handling most of Airbnb’s API traffic.

Data-Oriented ArchitectureGraphQLMicroservices
0 likes · 8 min read
Viaduct: A Data‑Oriented Service Mesh for Modern SOA
ITPUB
ITPUB
Dec 22, 2022 · Cloud Native

How 58 Tongcheng Built a Cloud‑Native Deep Learning Inference Platform with Istio

This article details the evolution of 58 Tongcheng's deep learning inference platform—from the initial WPAI‑based architecture to a cloud‑native, Istio‑powered design—covering its background, technical challenges, architectural redesign, traffic‑management features, adaptive rate limiting, model warm‑up, and observability improvements.

AI inferenceIstioKubernetes
0 likes · 24 min read
How 58 Tongcheng Built a Cloud‑Native Deep Learning Inference Platform with Istio
Ctrip Technology
Ctrip Technology
Dec 22, 2022 · Cloud Native

Evolution and Cloud‑Native Architecture of Ctrip’s Microservice Products

The article outlines Ctrip’s microservice journey from its 2013 inception, detailing the evolution of its frameworks, the complexities of operating multiple stacks, the challenges faced, and the design of a progressive cloud‑native service‑mesh architecture built on Istio, Envoy, and custom operators.

Cloud NativeDubboIstio
0 likes · 10 min read
Evolution and Cloud‑Native Architecture of Ctrip’s Microservice Products
Alibaba Cloud Native
Alibaba Cloud Native
Dec 8, 2022 · Cloud Native

How to Seamlessly Integrate Polaris Service Governance with dubbogo Go RPC

This guide explains why and how to combine Tencent's open‑source Polaris service‑governance platform with the high‑performance dubbogo Go RPC framework, covering architecture, registration, discovery, dynamic routing and rate‑limiting, complete with configuration snippets and practical code examples.

GoMicroservicesPolaris
0 likes · 11 min read
How to Seamlessly Integrate Polaris Service Governance with dubbogo Go RPC
Alibaba Cloud Native
Alibaba Cloud Native
Nov 28, 2022 · Cloud Native

Why Proxyless Service Mesh Could Replace Sidecars: A Hands‑On Istio Demo

This article introduces Service Mesh fundamentals, traces its evolution to Istio, explains the Proxyless Mesh architecture that eliminates sidecar proxies, and provides a step‑by‑step Spring Cloud demo showing how to enable xDS‑based, sidecar‑free communication across multi‑language microservices on Alibaba Cloud MSE.

IstioMicroservicesService Mesh
0 likes · 10 min read
Why Proxyless Service Mesh Could Replace Sidecars: A Hands‑On Istio Demo
Architecture Digest
Architecture Digest
Nov 28, 2022 · Backend Development

Understanding API Gateways: Concepts, Design Principles, Types, and Comparison of Popular Solutions

This article explains what an API gateway is, why it is needed in micro‑service architectures, outlines core design ideas such as routing, service registration, load balancing, resilience and security, distinguishes traffic and business gateways, and compares major open‑source implementations like OpenResty, Kong, Zuul 1/2 and Spring Cloud Gateway.

KongService MeshSpring Cloud Gateway
0 likes · 26 min read
Understanding API Gateways: Concepts, Design Principles, Types, and Comparison of Popular Solutions
Tencent Cloud Developer
Tencent Cloud Developer
Nov 22, 2022 · Cloud Native

Cloud‑Native Overview: Concepts, Key Technologies and Practices

The article explains why CTOs should adopt cloud‑native—gaining elasticity, cost savings, and rapid delivery—while acknowledging trade‑offs like provider lock‑in and security, and it details core technologies such as micro‑services, containers, Kubernetes orchestration, service meshes, observability tools, and DevOps practices for building resilient, scalable applications.

MicroservicesService Meshcloud-native
0 likes · 22 min read
Cloud‑Native Overview: Concepts, Key Technologies and Practices
Cloud Native Technology Community
Cloud Native Technology Community
Nov 21, 2022 · Cloud Native

How to Replace Istio Ingress Gateway with Kubernetes Gateway API – Step‑by‑Step Guide

This tutorial explains the background of the Kubernetes Gateway API, compares it with the traditional Ingress API, and provides a hands‑on walkthrough for installing the Gateway API CRDs, configuring Istio to use a Gateway resource, exposing a sample httpbin service, updating routes, and cleaning up the environment.

Cloud NativeGateway APIIngress
0 likes · 12 min read
How to Replace Istio Ingress Gateway with Kubernetes Gateway API – Step‑by‑Step Guide
Huolala Tech
Huolala Tech
Nov 17, 2022 · Backend Development

From Monolith to Service Mesh: Huolala’s Microservice Governance Journey

This article explores Huolala’s evolution of application architecture—from a single monolithic system through RPC and SOA to microservices and service mesh—detailing the challenges, technical trade‑offs, and framework selections such as Dubbo, Spring Cloud, and Istio for robust backend governance.

Backend DevelopmentDubboJava
0 likes · 14 min read
From Monolith to Service Mesh: Huolala’s Microservice Governance Journey
21CTO
21CTO
Nov 15, 2022 · Cloud Native

What Is an API Gateway? Design Principles, Types, and Best Practices

This article explains the fundamental concepts of API gateways, why they are essential in micro‑service architectures, outlines core design ideas such as routing, load balancing, resilience and security, and compares popular open‑source implementations like OpenResty, Kong, Zuul and Spring Cloud Gateway.

Cloud NativeMicroservicesSecurity
0 likes · 27 min read
What Is an API Gateway? Design Principles, Types, and Best Practices
Top Architect
Top Architect
Nov 12, 2022 · Cloud Native

Evolution of Ant Financial Service Mesh: Link Encryption, Adaptive Rate Limiting, Fine‑Grained Traffic Steering, and Service Self‑Healing

The article reviews how Ant Financial’s Service Mesh has evolved after its double‑11 rollout, detailing the implementation of link encryption, adaptive rate limiting, fine‑grained traffic steering, and self‑healing mechanisms that improve security, performance, and reliability across large‑scale microservice deployments.

Adaptive Rate LimitingCloud NativeLink Encryption
0 likes · 16 min read
Evolution of Ant Financial Service Mesh: Link Encryption, Adaptive Rate Limiting, Fine‑Grained Traffic Steering, and Service Self‑Healing
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 LimitingCloud NativeService Mesh
0 likes · 17 min read
Evolution of Ant Financial Service Mesh: Capabilities, Design, and Operational Practices
Alibaba Cloud Native
Alibaba Cloud Native
Nov 10, 2022 · Cloud Native

How OpenSergo Unifies Microservice and Database Governance Across Languages

The article explains why microservice governance is essential, introduces the OpenSergo project and its collaboration with ShardingSphere to create a unified, language‑agnostic standard for database governance, and provides concrete abstractions and YAML examples for implementing traffic, fault‑tolerance, and security policies.

Database GovernanceOpenSergoService Mesh
0 likes · 15 min read
How OpenSergo Unifies Microservice and Database Governance Across Languages
Architect's Tech Stack
Architect's Tech Stack
Nov 6, 2022 · Backend Development

Comprehensive Guide to API Gateway Design and Implementation

This article provides an in‑depth overview of API gateways, explaining their basic concepts, design principles, key features such as request routing, service registration, load balancing, resilience and security, and compares popular gateway solutions like OpenResty, Kong, Zuul and Spring Cloud Gateway for microservice architectures.

Backend ArchitectureScalabilitySecurity
0 likes · 26 min read
Comprehensive Guide to API Gateway Design and Implementation
Cloud Native Technology Community
Cloud Native Technology Community
Oct 27, 2022 · Cloud Native

Boost Kubernetes Pod‑to‑Pod Performance with istio‑tcpip‑bypass and eBPF

This article explains how the Intel istio‑tcpip‑bypass plugin leverages eBPF to bypass the host TCP/IP stack for intra‑node pod communication, provides environment setup, step‑by‑step deployment commands, and shows benchmark results that demonstrate 40‑80% latency reduction and throughput improvement.

Kube-OVNKubernetesPerformance Testing
0 likes · 6 min read
Boost Kubernetes Pod‑to‑Pod Performance with istio‑tcpip‑bypass and eBPF
Top Architect
Top Architect
Oct 23, 2022 · Backend Development

Understanding API Gateways: Concepts, Design Principles, and Comparison of Popular Solutions

This article explains what an API gateway is, why it is needed in micro‑service architectures, outlines core design ideas such as request routing, service registration, load balancing, resilience and security, and compares major open‑source gateways like OpenResty, Kong, Zuul 1/2 and Spring Cloud Gateway.

Backend DevelopmentKongMicroservices
0 likes · 27 min read
Understanding API Gateways: Concepts, Design Principles, and Comparison of Popular Solutions
Open Source Linux
Open Source Linux
Oct 19, 2022 · Backend Development

From Monolith to Microservices: A Practical Evolution Guide

This article walks through the step‑by‑step transformation of a simple online supermarket from a monolithic web app to a fully‑featured microservice architecture, covering common pitfalls, component choices, monitoring, tracing, logging, service discovery, fault‑tolerance, testing, and deployment strategies.

MicroservicesService Meshcircuit breaker
0 likes · 22 min read
From Monolith to Microservices: A Practical Evolution Guide
Efficient Ops
Efficient Ops
Oct 12, 2022 · Backend Development

From Monolith to Microservices: A Real‑World Journey and Lessons Learned

This article walks through the evolution of a simple online supermarket from a monolithic website to a fully split microservice architecture, highlighting the challenges encountered—such as code duplication, database bottlenecks, and operational complexity—and presenting practical solutions like service decomposition, monitoring, tracing, gateway control, service discovery, circuit breaking, rate limiting, testing strategies, and the use of service meshes.

BackendMicroservicesService Mesh
0 likes · 23 min read
From Monolith to Microservices: A Real‑World Journey and Lessons Learned
Programmer DD
Programmer DD
Oct 12, 2022 · Cloud Native

Istio Joins CNCF: Exploring the New Ambient Mesh and Its Impact

Google donated Istio to the CNCF, which was accepted as an incubating project, introducing the experimental Ambient Mesh mode while retaining sidecar support, and the article outlines Istio's architecture, history, community contributions, and industry perspectives on this cloud‑native milestone.

Ambient MeshCNCFCloud Native
0 likes · 6 min read
Istio Joins CNCF: Exploring the New Ambient Mesh and Its Impact
DevOps Cloud Academy
DevOps Cloud Academy
Oct 4, 2022 · Operations

Production Considerations for Deploying Linkerd: HA, Helm Charts, Prometheus, and Multi‑Cluster

This article explains how to prepare Linkerd for production use by covering high‑availability deployment, Helm chart installation, Prometheus metric handling, external Prometheus integration, multi‑cluster communication, and additional operational best‑practices such as resource tuning and security considerations.

KubernetesLinkerdMulti‑Cluster
0 likes · 12 min read
Production Considerations for Deploying Linkerd: HA, Helm Charts, Prometheus, and Multi‑Cluster
Architect's Guide
Architect's Guide
Sep 14, 2022 · Backend Development

Architect’s Blueprint: Backend Architecture, Microservices, Message Queues, and Observability

This article presents a comprehensive backend architecture guide covering microservice fundamentals, domain‑driven design, gateway patterns, service registration, configuration centers, observability pillars, service mesh options, and a detailed comparison of major message‑queue technologies.

Backend ArchitectureObservabilityService Mesh
0 likes · 27 min read
Architect’s Blueprint: Backend Architecture, Microservices, Message Queues, and Observability
Wukong Talks Architecture
Wukong Talks Architecture
Sep 5, 2022 · Backend Development

Microservice Architecture: Evolution, Challenges, and Best Practices

This article explains the transition from monolithic to microservice architecture using an online supermarket example, highlights the problems caused by rapid, unplanned scaling, and presents systematic solutions such as service decomposition, database sharding, monitoring, tracing, gateway, service discovery, circuit breaking, testing, and service mesh adoption.

BackendMicroservicesService Mesh
0 likes · 21 min read
Microservice Architecture: Evolution, Challenges, and Best Practices
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
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
dbaplus Community
dbaplus Community
Aug 24, 2022 · Backend Development

From Monolith to Microservices: Transforming an Online Supermarket

This article walks through the evolution of an online supermarket from a simple monolithic web app to a fully fledged microservice architecture, detailing the motivations, design decisions, component breakdown, common pitfalls, and essential practices such as monitoring, tracing, logging, service discovery, resilience patterns, testing, and the role of service meshes.

MicroservicesService Meshcircuit breaker
0 likes · 24 min read
From Monolith to Microservices: Transforming an Online Supermarket
Cloud Native Technology Community
Cloud Native Technology Community
Aug 19, 2022 · Cloud Native

Intuit’s Multi‑Cluster Kubernetes Management with Admiral Service Mesh

The article explains how Intuit manages hundreds of Kubernetes clusters using multi‑control‑plane architectures and Admiral to automate Istio service‑mesh configuration, illustrating the challenges of large‑scale microservice deployment and sharing a domestic bank’s experience with similar cloud‑native adoption.

AdmiralCloud NativeIstio
0 likes · 7 min read
Intuit’s Multi‑Cluster Kubernetes Management with Admiral Service Mesh
Cloud Native Technology Community
Cloud Native Technology Community
Aug 9, 2022 · Cloud Native

Integrate Dubbo Services into Aeraki Mesh for Full L7 Traffic Management

This guide explains how to connect Dubbo services to Aeraki Mesh using Dubbo2Istio or direct ServiceEntry definitions, covering configuration, environment variables, Kubernetes deployment, and client adjustments to achieve comprehensive L7 traffic routing, load balancing, and rate limiting within an Istio service mesh.

Aeraki MeshCloud NativeDubbo
0 likes · 10 min read
Integrate Dubbo Services into Aeraki Mesh for Full L7 Traffic Management
Java Architect Essentials
Java Architect Essentials
Aug 7, 2022 · Cloud Native

Comparing Spring Cloud, Kubernetes, and Istio: Architectural Trade‑offs and Service‑Mesh Migration

The article examines the evolution from monolithic to distributed systems, contrasts Spring Cloud with Kubernetes and Istio, explains how service‑mesh concepts like sidecar proxies decouple business logic from infrastructure, and discusses migration paths and the advantages of non‑intrusive, language‑agnostic platforms.

IstioService Meshcloud-native
0 likes · 9 min read
Comparing Spring Cloud, Kubernetes, and Istio: Architectural Trade‑offs and Service‑Mesh Migration
Cloud Native Technology Community
Cloud Native Technology Community
Jul 28, 2022 · Cloud Native

Inject Custom Headers into Aeraki Mesh Using MetaRouter CRD

This tutorial walks through installing Aeraki Mesh and sample Dubbo/Thrift services, creating a MetaRouter resource to add custom request headers, verifying the changes via sidecar logs, and explains how Aeraki translates MetaRouter rules into MetaProtocol Proxy configurations delivered through its internal RDS server.

AerakiHeader MutationIstio
0 likes · 6 min read
Inject Custom Headers into Aeraki Mesh Using MetaRouter CRD
AntTech
AntTech
Jul 27, 2022 · Cloud Native

Interview with Ant Group’s Trusted Native Team: Cloud‑Native Infrastructure, Service Mesh, Secure Containers, and Confidential Computing

The article interviews Ant Group’s Trusted Native team, detailing their cloud‑native infrastructure roadmap—including middleware mesh, SOFAStack, secure container runtimes like Kata and MOSN, confidential‑computing platforms such as Occlum, HyperEnclave and KubeTEE—while highlighting open‑source strategy, security considerations, and productization efforts.

Service Meshcloud-nativeconfidential-computing
0 likes · 19 min read
Interview with Ant Group’s Trusted Native Team: Cloud‑Native Infrastructure, Service Mesh, Secure Containers, and Confidential Computing
Top Architect
Top Architect
Jul 27, 2022 · Cloud Native

A Comprehensive Guide to Microservice Architecture and Its Technology Stack

This article provides an extensive overview of microservice architecture, tracing its evolution from monolithic to distributed services, detailing the advantages and drawbacks of each stage, and presenting a practical technology stack—including service discovery, API gateways, containerization, orchestration, logging, monitoring, and CI/CD—to help engineers design, implement, and operate modern cloud‑native systems.

Distributed SystemsDockerKubernetes
0 likes · 20 min read
A Comprehensive Guide to Microservice Architecture and Its Technology Stack
dbaplus Community
dbaplus Community
Jul 17, 2022 · Cloud Native

Why Service Mesh and Kubernetes Are Outpacing Spring Cloud for Modern Microservices

The article examines the evolution from monolithic to distributed architectures, compares Spring Cloud, Kubernetes, and Istio, explains how service mesh and sidecar proxies enable language‑agnostic microservices, and argues that Kubernetes‑based solutions increasingly surpass Spring Cloud in flexibility, scalability, and operational independence.

IstioKubernetesMicroservices
0 likes · 11 min read
Why Service Mesh and Kubernetes Are Outpacing Spring Cloud for Modern Microservices
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.

Cloud NativeIstioMicroservices
0 likes · 20 min read
Understanding Service Mesh and Istio: Architecture, Features, and Hands‑On Deployment
Architect's Guide
Architect's Guide
Jul 5, 2022 · Backend Development

Architect’s Guide: Backend Architecture, Microservices, Service Mesh, and Message Queues

This comprehensive article reviews backend architectural concepts such as microservices design, service mesh, observability pillars, gateway patterns, service registration, configuration centers, and a detailed comparison of message‑queue technologies, providing practical guidance for architects and engineers.

Backend ArchitectureObservabilityService Mesh
0 likes · 27 min read
Architect’s Guide: Backend Architecture, Microservices, Service Mesh, and Message Queues
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
Refining Core Development Skills
Refining Core Development Skills
Jun 29, 2022 · Cloud Native

Inside Tencent’s Open‑Source Microservice Engine: Polaris Mesh & Spring Cloud Tencent

This article explores Tencent’s evolution from monolithic LAMP/MVC stacks to a container‑based microservice architecture, detailing the open‑source Polaris Mesh service mesh, Spring Cloud Tencent framework, and their gateway, naming, and configuration components, while highlighting deployment benefits and practical usage examples.

Cloud NativeConfiguration CenterMicroservices
0 likes · 15 min read
Inside Tencent’s Open‑Source Microservice Engine: Polaris Mesh & Spring Cloud Tencent
Architect
Architect
Jun 22, 2022 · Cloud Native

Building a Spring Boot gRPC Microservice Demo Deployed on Istio with Kubernetes

This article walks through creating a simple Spring Boot microservice using gRPC, packaging it with Maven, containerizing it with Docker, and deploying both the server and client to a Kubernetes cluster with Istio sidecar injection, demonstrating how Istio removes service‑mesh logic from business code and enables seamless multi‑language microservice communication.

IstioKubernetesService Mesh
0 likes · 21 min read
Building a Spring Boot gRPC Microservice Demo Deployed on Istio with Kubernetes
Ops Development Stories
Ops Development Stories
Jun 14, 2022 · Cloud Native

Demystifying Kubernetes Networking: From Pods to the Internet

This comprehensive guide explains Kubernetes' networking model, covering core concepts such as network namespaces, virtual Ethernet pairs, pod-to-pod and pod-to-service communication, CIDR routing, NAT, iptables, IPVS, DNS, and how traffic flows between pods, services, and the external Internet.

CNICloud NativeKubernetes
0 likes · 33 min read
Demystifying Kubernetes Networking: From Pods to the Internet
Open Source Linux
Open Source Linux
Jun 14, 2022 · Cloud Native

What Is Cloud Native? A Deep Dive into CNCF, Kubernetes, Docker, and Modern Architecture

This article explores the evolution of cloud computing into its second half, defining cloud native through CNCF's perspective, tracing its history from early Linux containers and Cgroups to Docker and Kubernetes, and detailing the core technologies—containers, service mesh, microservices, immutable infrastructure, and declarative APIs—while highlighting their practical benefits for rapid iteration, automated deployment, and efficient, scalable applications.

DockerKubernetesMicroservices
0 likes · 23 min read
What Is Cloud Native? A Deep Dive into CNCF, Kubernetes, Docker, and Modern Architecture
IT Architects Alliance
IT Architects Alliance
Jun 5, 2022 · Cloud Native

Comparing Spring Cloud, Kubernetes, and Istio: From Monolithic Applications to Service Mesh Architecture

This article examines the evolution from large monolithic applications to distributed micro‑service systems, comparing Spring Cloud with Kubernetes and Istio, discussing the role of Service Mesh, and evaluating the benefits and trade‑offs of using Spring Boot on K8s versus a full Service Mesh solution.

Cloud NativeIstioKubernetes
0 likes · 10 min read
Comparing Spring Cloud, Kubernetes, and Istio: From Monolithic Applications to Service Mesh Architecture
High Availability Architecture
High Availability Architecture
Jun 1, 2022 · Backend Development

Evolution of Bilibili’s Backend Architecture: From Monolithic Go to BFF and a Unified API Gateway

This article chronicles Bilibili’s transition from a PHP monolith to a Go‑based bilizone monolith, its subsequent decomposition into microservices, the adoption of Backend‑for‑Frontend (BFF) layers, and the eventual consolidation into a unified API gateway that streamlines routing, security, and traffic management across the platform.

BFFBilibiliGo
0 likes · 11 min read
Evolution of Bilibili’s Backend Architecture: From Monolithic Go to BFF and a Unified API Gateway
AntTech
AntTech
May 23, 2022 · Cloud Native

IDC Report Highlights Ant Group’s Leadership in China’s Cloud‑Native Market

IDC’s recent China Cloud‑Native Market Analysis reports that Ant Group has become one of the most comprehensive domestic cloud‑native technology providers, with widespread enterprise adoption, major investment in cluster scheduling, mixed‑deployment, and Service Mesh, and ongoing open‑source and commercial initiatives driving industry innovation.

Ant GroupIDC ReportSOFAStack
0 likes · 5 min read
IDC Report Highlights Ant Group’s Leadership in China’s Cloud‑Native Market
Alibaba Cloud Native
Alibaba Cloud Native
May 22, 2022 · Cloud Native

How Alibaba Evolved Envoy Gateway from 1.0 to 3.0: A Cloud‑Native Journey

This article chronicles Alibaba's three‑stage evolution of Envoy Gateway—from the 1.0 incubation that powered Double‑11 traffic, through the 2.0 growth phase adding north‑south routing and hybrid‑cloud support, to the mature 3.0 release that unifies traffic and micro‑service gateways with high performance and community‑driven extensions.

AlibabaCloud NativeEnvoy
0 likes · 8 min read
How Alibaba Evolved Envoy Gateway from 1.0 to 3.0: A Cloud‑Native Journey
Ops Development Stories
Ops Development Stories
May 20, 2022 · Cloud Native

How to Use Zadig’s Self‑Test Mode for Isolated Microservice Development with Istio and SkyWalking

This guide explains how to leverage Zadig v1.11.0’s environment self‑test mode to create isolated developer sub‑environments for large‑scale microservice projects, using Istio’s traffic routing and SkyWalking tracing, detailing prerequisite components, configuration of a PiggyMetrics Spring Boot example, and step‑by‑step verification via Kubernetes commands and curl requests.

IstioKubernetesMicroservices
0 likes · 11 min read
How to Use Zadig’s Self‑Test Mode for Isolated Microservice Development with Istio and SkyWalking
MaGe Linux Operations
MaGe Linux Operations
May 13, 2022 · Cloud Native

What Is Cloud Native? Exploring CNCF, Kubernetes, Docker and Modern Architecture

This article explains the concept of cloud native, its definition by the CNCF, the history of containers and Docker, the role of Kubernetes as the orchestration backbone, and related technologies such as micro‑services, service mesh, immutable infrastructure and declarative APIs, highlighting their business value and evolution.

MicroservicesService Meshimmutable infrastructure
0 likes · 20 min read
What Is Cloud Native? Exploring CNCF, Kubernetes, Docker and Modern Architecture
Tencent Cloud Developer
Tencent Cloud Developer
May 7, 2022 · Cloud Native

Fourth Techo TVP Developer Conference: Cloud Native Trends and Best Practices

The Fourth Techo TVP Developer Conference highlighted current cloud‑native adoption, FinOps cost‑optimization, distributed‑cloud strategies, and maturity models on Day 1, then showcased practical best‑practice case studies—from automotive edge computing to service‑mesh migration, hybrid‑cloud PaaS evolution, observability standards, and high‑performance API‑gateway deployments—on Day 2.

APISIXCloud NativeDevOps
0 likes · 33 min read
Fourth Techo TVP Developer Conference: Cloud Native Trends and Best Practices
dbaplus Community
dbaplus Community
Apr 27, 2022 · Backend Development

How Huolala Evolved Its Core Infrastructure from Monolith to Service Mesh

This article outlines Huolala's journey through five architectural stages—monolith, RPC, SOA, microservices, and service mesh—detailing the motivations, challenges, and technical choices such as Dubbo, Spring Cloud, and Istio that shaped its high‑availability, cloud‑native backend platform.

DubboJavaMicroservices
0 likes · 13 min read
How Huolala Evolved Its Core Infrastructure from Monolith to Service Mesh
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 20, 2022 · Cloud Native

What Is Proxyless Service Mesh and How Dubbo-go Implements It

This article explains the concept of Proxyless Service Mesh, compares it with traditional sidecar‑based meshes, outlines its advantages and drawbacks, and details how the Dubbo-go framework integrates with Istio to provide interface‑level service discovery, traffic management, and cloud‑native tooling.

IstioMicroservicesService Mesh
0 likes · 12 min read
What Is Proxyless Service Mesh and How Dubbo-go Implements It
SQB Blog
SQB Blog
Apr 19, 2022 · Cloud Native

How We Built a Scalable Multi‑Lane Testing Environment with Kubernetes and Istio

To meet rapid business growth, the team at 收钱吧 evolved its testing environments through several generations—from isolated physical setups to a Kubernetes‑based multi‑lane system powered by Istio and custom operators—significantly reducing resource usage, speeding deployments, and improving scalability and flexibility.

Cloud NativeIstioKubernetes
0 likes · 12 min read
How We Built a Scalable Multi‑Lane Testing Environment with Kubernetes and Istio
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
DevOps
DevOps
Mar 30, 2022 · Information Security

BeyondProd: Google’s Cloud‑Native Security Model for Microservices

This whitepaper explains Google’s BeyondProd security framework, detailing how cloud‑native microservice architectures replace traditional perimeter models with zero‑trust principles, mutual authentication, service mesh, and automated tooling such as ALTS, Binary Authorization, and gVisor to protect workloads across shared infrastructure.

BorgGoogleMicroservices
0 likes · 27 min read
BeyondProd: Google’s Cloud‑Native Security Model for Microservices
Cloud Native Technology Community
Cloud Native Technology Community
Mar 29, 2022 · Cloud Native

Can eBPF Replace Netfilter? Boosting Kubernetes Network Performance

This article examines the performance limitations of Kubernetes pod, service, and network‑policy layers built on the kernel Netfilter framework, explores eBPF‑based alternatives such as tc‑ebpf and Cilium, describes a Terway‑with‑eBPF implementation, and presents benchmark results showing significant latency and scalability improvements.

CNIService MeshTerway
0 likes · 13 min read
Can eBPF Replace Netfilter? Boosting Kubernetes Network Performance
MaGe Linux Operations
MaGe Linux Operations
Mar 26, 2022 · Cloud Native

What Is Cloud Native? Unpacking CNCF, Containers, Kubernetes & More

This article explains the concept of cloud native, its origins in CNCF, the evolution of containers, Docker and Kubernetes, the role of micro‑services, service mesh, immutable infrastructure and declarative APIs, and highlights the key benefits such as rapid iteration, automated deployment and independent scalability.

CNCFDockerKubernetes
0 likes · 18 min read
What Is Cloud Native? Unpacking CNCF, Containers, Kubernetes & More
dbaplus Community
dbaplus Community
Mar 24, 2022 · Cloud Native

How Zhihu Migrated 2,000+ Microservices to Istio Service Mesh

Zhihu describes its journey from a custom Kodor RPC framework to a full Istio service‑mesh deployment, detailing the background challenges, Consul‑based service discovery, migration strategy, traffic management, platform tooling, and the numerous operational pitfalls encountered along the way.

ConsulIstioMicroservices
0 likes · 22 min read
How Zhihu Migrated 2,000+ Microservices to Istio Service Mesh
Cloud Native Technology Community
Cloud Native Technology Community
Mar 22, 2022 · Cloud Native

Evaluating eBPF’s Role in Service Mesh Data Plane: Architecture Trade‑offs

This article examines how eBPF can enhance service‑mesh data planes, compares four deployment models—including sidecar, node‑shared, service‑account‑shared, and micro‑proxy architectures—and evaluates each model’s memory, isolation, security, and upgrade trade‑offs while emphasizing Envoy’s continued L7 responsibilities.

Cloud NativeData PlaneEnvoy
0 likes · 11 min read
Evaluating eBPF’s Role in Service Mesh Data Plane: Architecture Trade‑offs