Tagged articles
438 articles
Page 3 of 5
Cloud Native Technology Community
Cloud Native Technology Community
Mar 2, 2022 · Backend Development

Envoy Outbound Request Flow: Listener Startup, ReusePort Configuration, and Connection Establishment

This article provides an in‑depth analysis of Envoy's outbound request processing, covering listener initialization, the use of SO_REUSEPORT for load distribution, original destination handling, and the detailed steps of connection creation and filter chaining within the Envoy proxy architecture.

CEnvoyService Mesh
0 likes · 12 min read
Envoy Outbound Request Flow: Listener Startup, ReusePort Configuration, and Connection Establishment
Efficient Ops
Efficient Ops
Feb 14, 2022 · Cloud Native

How Merbridge Uses eBPF to Accelerate Istio Traffic: A Deep Dive

Merbridge, an open‑source project, replaces Istio’s iptables‑based traffic handling with eBPF sockops and redir, dramatically reducing kernel processing steps, improving latency and QPS, and providing seamless integration without modifying existing Istio configurations.

IstioNetwork AccelerationService Mesh
0 likes · 12 min read
How Merbridge Uses eBPF to Accelerate Istio Traffic: A Deep Dive
21CTO
21CTO
Feb 9, 2022 · Operations

Why Roblox’s Three‑Day Outage Happened: Consul Streaming Bug and BoltDB Design Flaw

Roblox’s detailed post‑mortem reveals that a three‑day outage was caused by a Consul streaming bug and a design flaw in BoltDB’s freelist, which together created CPU contention and latency spikes on its massive on‑premises infrastructure, leading the team to disable streaming, add a second data‑center, and redesign their architecture.

BoltDBConsulInfrastructure
0 likes · 9 min read
Why Roblox’s Three‑Day Outage Happened: Consul Streaming Bug and BoltDB Design Flaw
Baidu Tech Salon
Baidu Tech Salon
Jan 27, 2022 · Cloud Native

How China Unicom’s Service Mesh Evolved: From SDKs to Sidecars and Beyond

This article details China Unicom Software Research Institute's multi‑year journey of adopting Kubernetes‑based service mesh, outlining the evolution from SDK‑driven microservices to sidecar‑based architectures, migration strategies with Baidu, performance optimizations, observability enhancements, and future product roadmaps.

Cloud NativeIstioKubernetes
0 likes · 13 min read
How China Unicom’s Service Mesh Evolved: From SDKs to Sidecars and Beyond
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
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 14, 2022 · Cloud Native

Service Mesh in 2021: Progress, Challenges, and Ecosystem Development

During 2021, the service‑mesh ecosystem—centered on Istio—matured with performance optimizations, protocol extensions, diverse deployment models, eBPF integration, and a growing community of tutorials, conferences, and open‑source projects, solidifying its role as essential cloud‑native networking infrastructure.

IstioPerformance OptimizationService Mesh
0 likes · 11 min read
Service Mesh in 2021: Progress, Challenges, and Ecosystem Development
macrozheng
macrozheng
Jan 13, 2022 · Backend Development

Why Rewrite Dubbo in Go? Business and Technical Reasons Behind Dubbo‑Go

This article examines the motivations for rewriting the Java‑centric Dubbo RPC framework in Go, discussing language efficiency, company‑level technology choices, the advantages of Go’s lightweight concurrency for gateways, and how Dubbo‑Go bridges Java and Go in modern microservice and service‑mesh architectures.

DubboGoRPC
0 likes · 10 min read
Why Rewrite Dubbo in Go? Business and Technical Reasons Behind Dubbo‑Go
Java High-Performance Architecture
Java High-Performance Architecture
Jan 12, 2022 · Cloud Native

Mastering Service Mesh with Istio: A Hands‑On Guide to Traffic, Security, and Observability

This tutorial explains the fundamentals of service mesh, explores Istio’s architecture and core components, and provides step‑by‑step instructions for installing Istio on Kubernetes, deploying a sample microservice application, and leveraging traffic management, mutual TLS, observability, and advanced use cases such as routing, circuit breaking, and JWT‑based access control.

IstioKubernetesObservability
0 likes · 22 min read
Mastering Service Mesh with Istio: A Hands‑On Guide to Traffic, Security, and Observability
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
ITPUB
ITPUB
Jan 11, 2022 · Cloud Native

How Ctrip Achieved High Availability for Service Mesh Across Multiple Data Centers

Facing large‑scale production demands, Ctrip’s Cloud Container team designed a multi‑data‑center Service Mesh architecture that isolates failures, employs dual‑active IDC, multi‑cluster deployments, and optimized xDS push mechanisms, ensuring high availability, rapid fault recovery, and efficient rollout across hundreds of services.

Cloud NativeIstioKubernetes
0 likes · 18 min read
How Ctrip Achieved High Availability for Service Mesh Across Multiple Data Centers
Laravel Tech Community
Laravel Tech Community
Jan 11, 2022 · Cloud Native

Alibaba Sentinel: Open‑Source Cloud‑Native High‑Availability Protection for Distributed Services (Sentinel Go v1.0.4 Release)

The article introduces Alibaba's open‑source Sentinel, a cloud‑native high‑availability protection component for distributed microservices that offers flow control, circuit breaking, concurrency limiting and adaptive overload protection, and highlights the new Sentinel Go v1.0.4 features such as Prometheus metrics, enhanced circuit‑breaker recovery, Apollo data source, and updated Kubernetes CRD support for version 1.22+.

Circuit BreakingCloud NativeFlow Control
0 likes · 2 min read
Alibaba Sentinel: Open‑Source Cloud‑Native High‑Availability Protection for Distributed Services (Sentinel Go v1.0.4 Release)
IT Architects Alliance
IT Architects Alliance
Jan 7, 2022 · Cloud Native

Introduction to Service Mesh and Istio: Concepts, Architecture, and Practical Deployment

This tutorial explains the fundamentals of service mesh, outlines Istio’s architecture and core components, demonstrates how to install and configure Istio on Kubernetes, and showcases common use cases such as traffic management, security, observability, and alternatives, providing a comprehensive guide for modern micro‑service deployments.

IstioMicroservicesObservability
0 likes · 18 min read
Introduction to Service Mesh and Istio: Concepts, Architecture, and Practical Deployment
Ctrip Technology
Ctrip Technology
Jan 6, 2022 · Cloud Native

High‑Availability Architecture and Performance Optimizations for Service Mesh at Ctrip

This article describes Ctrip's cloud‑native Service Mesh deployment, detailing its multi‑IDC high‑availability design, fault‑scenario analysis, xDS push metrics, event‑handling optimizations, cold‑start improvements, and progressive canary release strategies to ensure reliable, scalable service traffic management.

Cloud NativePerformance OptimizationService Mesh
0 likes · 16 min read
High‑Availability Architecture and Performance Optimizations for Service Mesh at Ctrip
Top Architect
Top Architect
Jan 3, 2022 · Operations

Gray Release (Canary Deployment) Design and Implementation Guide

This article explains the concept of gray release, outlines a simple architecture with essential components, describes common traffic-splitting strategies, shows how to implement control in Nginx and service layers, and discusses complex scenarios such as multi‑service and data‑centric deployments.

A/B testingBackend ArchitectureDeployment Strategy
0 likes · 7 min read
Gray Release (Canary Deployment) Design and Implementation Guide
ITPUB
ITPUB
Dec 31, 2021 · Cloud Native

How We Slashed Istio xDS Latency from Minutes to Seconds at Scale

This article details the challenges Ctrip faced with Istio control‑plane performance at massive scale and explains the systematic methodology, concrete optimizations—including O(n²) to O(n) patching, Merkle‑tree based success‑rate metrics, and startup improvements—that reduced xDS push latency from minutes to seconds while enhancing reliability.

Cloud NativeIstioKubernetes
0 likes · 14 min read
How We Slashed Istio xDS Latency from Minutes to Seconds at Scale
Tencent Cloud Middleware
Tencent Cloud Middleware
Dec 28, 2021 · Cloud Native

Integrating PolarisMesh with gRPC-Go for Full-Service Governance

This guide explains how Tencent's open‑source PolarisMesh service mesh can be combined with the Go implementation of gRPC to add service discovery, health checking, dynamic routing, circuit breaking, graceful shutdown, and traffic limiting, providing step‑by‑step code examples and integration architecture.

GoPolarisMeshService Mesh
0 likes · 9 min read
Integrating PolarisMesh with gRPC-Go for Full-Service Governance
Alibaba Cloud Native
Alibaba Cloud Native
Dec 10, 2021 · Cloud Native

Master Dubbo Service Governance: Dynamic Routing, Config & Mocking

This guide explains how to use Dubbo's cloud‑native features—service listings, dynamic routing (conditional, tag, and mesh), runtime configuration, testing, and mock support—providing step‑by‑step examples, YAML definitions, and Maven snippets for effective service governance.

Cloud NativeMockingService Mesh
0 likes · 6 min read
Master Dubbo Service Governance: Dynamic Routing, Config & Mocking
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
Baidu Geek Talk
Baidu Geek Talk
Dec 8, 2021 · Cloud Native

Enterprise Kubernetes Migration Practice: Baidu Aifanfan's Journey to Cloud-Native Architecture

Baidu’s Aifanfan product migrated its entire suite to Kubernetes through a two‑phase, 11‑step process that standardized CI/CD, containerization, and traffic routing, enabling deployment of 200 + modules in under an hour, 99.99 % stability, cost‑effective operations, and laying groundwork for multi‑cluster, service‑mesh expansion.

CICDCloud NativeContainer Migration
0 likes · 12 min read
Enterprise Kubernetes Migration Practice: Baidu Aifanfan's Journey to Cloud-Native Architecture
MaGe Linux Operations
MaGe Linux Operations
Nov 30, 2021 · Cloud Native

Master Service Mesh with Istio: Traffic, Security, and Observability Guide

This tutorial introduces the fundamentals of service mesh, explains how Istio implements a mesh architecture, and walks through practical steps for installing Istio on Kubernetes, configuring traffic management, security, observability, and common use cases such as routing, circuit breaking, and mutual TLS.

IstioKubernetesMicroservices
0 likes · 20 min read
Master Service Mesh with Istio: Traffic, Security, and Observability Guide
Tencent Cloud Developer
Tencent Cloud Developer
Nov 22, 2021 · Cloud Native

Xiaohongshu Service Mesh Deployment and Aeraki Component Optimization

Join Xiaohongshu’s cloud‑native engineer Wang Chengcheng on November 23 for a 45‑minute talk and Q&A about the company’s Service Mesh evolution, Istio adaptation, Aeraki production optimizations, large‑scale deployment experiences, and practical strategies for deploying community Istio in production.

AerakiCloud NativeInfrastructure
0 likes · 3 min read
Xiaohongshu Service Mesh Deployment and Aeraki Component Optimization
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 16, 2021 · Cloud Native

How Microservices Evolved: From Monoliths to Cloud‑Native Architecture

This article traces the evolution of software architecture from early monolithic Web 1.0 applications through SOA and the rise of microservices, explaining how cloud‑native technologies like containers, Kubernetes, and service mesh reshape development, deployment, and traffic management while highlighting associated challenges and best practices.

KubernetesMicroservicesService Mesh
0 likes · 14 min read
How Microservices Evolved: From Monoliths to Cloud‑Native Architecture
Cloud Native Technology Community
Cloud Native Technology Community
Nov 9, 2021 · Cloud Native

Implementing Canary (Gray) Releases in Service Mesh Architecture with Kubernetes and Istio

This article explains the concept of canary (gray) releases, demonstrates how to perform rolling updates and precise traffic splitting in Kubernetes, and shows how to achieve fine‑grained canary deployments using Istio’s VirtualService and DestinationRule resources with practical YAML and kubectl examples.

Cloud NativeDevOpsIstio
0 likes · 24 min read
Implementing Canary (Gray) Releases in Service Mesh Architecture with Kubernetes and Istio
Open Source Linux
Open Source Linux
Oct 26, 2021 · Cloud Native

How Modern Distributed Apps Evolve on Kubernetes: From Monoliths to Serverless

This article explores the evolution of modern distributed applications, outlining the core primitives required for lifecycle, networking, resource binding, and state management, and examines how Kubernetes, microservices, service meshes, Knative, Dapr, and emerging trends reshape cloud‑native architectures.

Cloud NativeDaprKnative
0 likes · 30 min read
How Modern Distributed Apps Evolve on Kubernetes: From Monoliths to Serverless
Alibaba Terminal Technology
Alibaba Terminal Technology
Oct 25, 2021 · Cloud Native

How Alibaba’s AServer Gateway Evolved to a Cloud‑Native Architecture

Alibaba’s AServer access gateway, handling billions of users and millions of QPS, transitioned from a monolithic tengine‑based system to a cloud‑native, containerized architecture with Kubernetes, Pilot, and Envoy, improving operational complexity, dynamic routing, traffic isolation, and scalability for massive e‑commerce traffic.

Cloud NativeKubernetesOperations
0 likes · 17 min read
How Alibaba’s AServer Gateway Evolved to a Cloud‑Native Architecture
DeWu Technology
DeWu Technology
Oct 22, 2021 · Cloud Native

Understanding K8s Native Traffic, Istio Service Mesh, and Dubbo-go Integration

The DeWu community runs all Go services in Kubernetes, using CoreDNS/Etcd for native discovery, Istio’s Envoy sidecar for L4/L7 load-balancing and gRPC support, and a Dubbo-go refactor that switches to Nacos-based IP publish-subscribe, all unified under a dual-gateway (Java JWT gateway and Istio Ingress) architecture.

Cloud NativeIstioKubernetes
0 likes · 6 min read
Understanding K8s Native Traffic, Istio Service Mesh, and Dubbo-go Integration
MaGe Linux Operations
MaGe Linux Operations
Oct 4, 2021 · Cloud Native

Which Service Mesh Fits Your Enterprise? A Guide to 9 Popular Options

This article compares nine widely used open‑source service‑mesh frameworks, explains their core features and typical use cases, and provides practical criteria to help DevOps teams select the most suitable mesh for their micro‑service deployments on Kubernetes or other platforms.

Cloud NativeIstioKubernetes
0 likes · 14 min read
Which Service Mesh Fits Your Enterprise? A Guide to 9 Popular Options
Java Architect Essentials
Java Architect Essentials
Sep 29, 2021 · Cloud Native

A Comprehensive Guide to Microservice Architecture and Implementation

This article provides an in‑depth overview of microservice concepts, motivations, architectural principles, design patterns, service splitting strategies, essential infrastructure, popular frameworks such as Spring Boot, Spring Cloud, Dubbo, and Service Mesh, and practical recommendations for adopting microservices in real‑world projects.

Service Mesharchitecturedistributed-systems
0 likes · 18 min read
A Comprehensive Guide to Microservice Architecture and Implementation
DataFunTalk
DataFunTalk
Sep 26, 2021 · Backend Development

DataVisor Risk‑Control Architecture and the Application of OpenResty

This article explains DataVisor's risk‑control system architecture, outlines the business challenges such as complex logic, massive data, high QPS and low latency, and demonstrates how OpenResty (Nginx + Lua) is used for high‑performance gateways, micro‑service style calls, hot‑loaded scripts, automatic circuit‑breakers, and progressive architectural evolution toward service‑mesh designs.

Backend ArchitectureMicroservicesOpenResty
0 likes · 9 min read
DataVisor Risk‑Control Architecture and the Application of OpenResty
Alibaba Cloud Native
Alibaba Cloud Native
Sep 23, 2021 · Cloud Native

Why Dubbo 3.0 Became Alibaba’s Unified Cloud‑Native Service Framework

The article explains how Alibaba merged its proprietary HSF framework with the open‑source Dubbo, outlines the technical challenges of cloud‑native migration, describes Dubbo 3.0’s new features such as the Triple protocol and Service Mesh integration, and shares a large‑scale production case from DingTalk.

AlibabaCloud NativeHSF
0 likes · 19 min read
Why Dubbo 3.0 Became Alibaba’s Unified Cloud‑Native Service Framework
Tencent Cloud Middleware
Tencent Cloud Middleware
Sep 8, 2021 · Cloud Native

How Polaris Mesh Redefines Service Discovery and Governance for Cloud‑Native Apps

Tencent Cloud announced the open‑source release of Polaris Mesh, a high‑performance service‑mesh platform that unifies service discovery, traffic routing, fault tolerance, access control, and mesh capabilities, offering a scalable solution for enterprises transitioning to micro‑service architectures.

Polaris MeshService Meshservice discovery
0 likes · 13 min read
How Polaris Mesh Redefines Service Discovery and Governance for Cloud‑Native Apps
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Sep 5, 2021 · Cloud Native

From Rookie to Cloud‑Native Architect: Building an Enterprise Kubernetes Cluster

Over the past year, the author chronicles a hands‑on journey from a fresh graduate to a cloud‑native specialist, detailing the design and implementation of an enterprise‑grade Kubernetes architecture—including multi‑cluster logging, CI/CD pipelines, Istio service mesh, monitoring, and private‑deployment strategies—while sharing practical lessons learned.

Cloud NativeKubernetesService Mesh
0 likes · 13 min read
From Rookie to Cloud‑Native Architect: Building an Enterprise Kubernetes Cluster
Baidu Intelligent Testing
Baidu Intelligent Testing
Aug 31, 2021 · Cloud Native

Baidu's Internal Service Mesh Practice: Architecture, Challenges, and Optimizations

This article details Baidu's internal adoption of a service mesh built on Istio and Envoy, covering the motivations, architectural design, low‑invasion integration methods, extreme performance tuning, stability and traffic governance capabilities, surrounding ecosystem tools, and the resulting operational benefits.

EnvoyIstioPerformance Optimization
0 likes · 17 min read
Baidu's Internal Service Mesh Practice: Architecture, Challenges, and Optimizations
Qingyun Technology Community
Qingyun Technology Community
Aug 16, 2021 · Cloud Native

How Qunar Mastered Cloud‑Native Containerization: Lessons, Challenges, and Solutions

This article chronicles Qunar's multi‑year journey to adopt cloud‑native containerization, detailing the timeline, architectural redesign, CI/CD overhaul, middleware adaptations, migration strategies, encountered issues, and future plans for stability, resource efficiency, and service‑mesh implementation.

Service Meshcloud-nativecontainerization
0 likes · 15 min read
How Qunar Mastered Cloud‑Native Containerization: Lessons, Challenges, and Solutions
dbaplus Community
dbaplus Community
Aug 14, 2021 · Cloud Native

Why Cloud Native Matters: Definitions, Technologies, and Implementation Roadmap

This article explains the origins, definitions from Pivotal and CNCF, core cloud‑native technologies such as containers, microservices, service mesh, immutable infrastructure and declarative APIs, the significance of cloud native, the current ecosystem, and a step‑by‑step implementation path for enterprises.

CNCFDeclarative APIMicroservices
0 likes · 20 min read
Why Cloud Native Matters: Definitions, Technologies, and Implementation Roadmap
Top Architect
Top Architect
Aug 9, 2021 · Cloud Native

Evolution of Architecture: From Monolith to Service Mesh and Comparison of Spring Cloud vs Dubbo

This article traces the evolution of software architecture from monolithic applications through vertical, distributed, and microservice stages to service mesh, compares SOA with microservices, contrasts Spring Cloud and Dubbo, examines their overlap with Kubernetes, and outlines the benefits and challenges of adopting a service mesh like Istio.

DubboIstioKubernetes
0 likes · 13 min read
Evolution of Architecture: From Monolith to Service Mesh and Comparison of Spring Cloud vs Dubbo
IT Architects Alliance
IT Architects Alliance
Aug 1, 2021 · Cloud Native

Understanding Microservices, Service Mesh, and Modern Backend Frameworks

This article explains the concept of microservices, compares them with traditional monolithic web applications, outlines their advantages and challenges, and introduces first‑generation frameworks like Spring Cloud and Dubbo as well as next‑generation service‑mesh solutions such as Linkerd, Envoy, Istio, and Conduit, especially in Kubernetes environments.

BackendCloud NativeKubernetes
0 likes · 20 min read
Understanding Microservices, Service Mesh, and Modern Backend Frameworks
Yuanfudao Tech
Yuanfudao Tech
Jul 30, 2021 · Cloud Native

Virtual Environment for Isolated Branch Testing in Service Mesh

The article describes a virtual environment solution that uses traffic coloring and routing to enable independent branch testing for micro‑services, improving development efficiency, reducing test costs, and supporting HTTP, RPC, and MQ protocols within a cloud‑native infrastructure.

Cloud NativeService Meshtraffic routing
0 likes · 15 min read
Virtual Environment for Isolated Branch Testing in Service Mesh
Youzan Coder
Youzan Coder
Jul 26, 2021 · Cloud Native

Evolution of Service Registration and Discovery Architecture at Youzan

Youzan’s service registration and discovery architecture progressed from fine‑grained interface‑level registration on Etcd, through an intermediate application‑level discovery layer using Istio Pilot and the Tether sidecar, to a fully application‑level, sidecar‑driven model with CRD metadata, enabling scalable, cloud‑native multi‑region service mesh.

Cloud NativeDubboIstio
0 likes · 19 min read
Evolution of Service Registration and Discovery Architecture at Youzan
IT Architects Alliance
IT Architects Alliance
Jul 25, 2021 · Backend Development

Evolution of Microservice Architecture and Its Essential Technology Stack

This article traces the historical development of microservice architecture from monolithic to distributed services, outlines its advantages and drawbacks, and presents a comprehensive technology stack—including service communication, API gateways, authentication, fault tolerance, logging, configuration, containerization, orchestration, and CI/CD—to guide practitioners in building robust, scalable backend systems.

BackendCloud NativeDistributed Systems
0 likes · 16 min read
Evolution of Microservice Architecture and Its Essential Technology Stack
MaGe Linux Operations
MaGe Linux Operations
Jul 25, 2021 · Backend Development

From Monolith to Microservices: A Comprehensive Journey and Essential Tech Stack

This article traces the evolution of software architecture from monolithic applications through vertical splitting and distributed services to modern microservice architectures, examines their advantages and drawbacks, and outlines a comprehensive technology stack—including service discovery, API gateways, authentication, logging, containerization, orchestration, and CI/CD tools—essential for building scalable, resilient systems.

MicroservicesService MeshSoftware Architecture
0 likes · 18 min read
From Monolith to Microservices: A Comprehensive Journey and Essential Tech Stack
Alibaba Cloud Native
Alibaba Cloud Native
Jul 16, 2021 · Cloud Native

What Is Cloud Native? Exploring Its Evolving Vision and Practices

This article explains that cloud native is not a fixed definition but an evolving vision and set of best‑practice methods—such as immutable infrastructure, automation, sidecar architecture, and Kubernetes—that enable software to be born, grow, and operate efficiently in the cloud while reducing cost and complexity.

ContainersKubernetesOperator
0 likes · 22 min read
What Is Cloud Native? Exploring Its Evolving Vision and Practices
Tencent Cloud Developer
Tencent Cloud Developer
Jun 28, 2021 · Cloud Native

Effective Service Governance for Serverless: Challenges and Solutions

Effective serverless governance requires comprehensive observability, traffic management, and service registration built on Kubernetes, using either a mesh sidecar with Istio or an embedded SDK, to simplify complex operational tasks such as discovery, fault tolerance, gray releases, and metric correlation for large‑scale function deployments.

Cloud NativeObservabilityOperations
0 likes · 17 min read
Effective Service Governance for Serverless: Challenges and Solutions
IT Architects Alliance
IT Architects Alliance
Jun 27, 2021 · Cloud Native

From Monolith to Microservices: A Complete Evolution Guide

This article traces the evolution of software architecture from monolithic applications through vertical splitting, distributed services, and SOA to modern microservices, and then details the essential technology stack—including service communication, API gateways, authentication, fault tolerance, logging, configuration, containers, orchestration, and CI/CD—required to build scalable, resilient cloud‑native systems.

Cloud NativeContainersKubernetes
0 likes · 19 min read
From Monolith to Microservices: A Complete Evolution Guide
Top Architect
Top Architect
Jun 23, 2021 · Cloud Native

Understanding API Gateways: Management, Ingress, Patterns, and Service Mesh Integration

This article explains the evolving role of API gateways by defining APIs, describing API management, cluster ingress gateways, and the API gateway pattern, and finally discussing how these concepts intersect with service mesh technologies to help architects choose the right solution for their cloud‑native environments.

API ManagementCloud NativeIngress
0 likes · 12 min read
Understanding API Gateways: Management, Ingress, Patterns, and Service Mesh Integration
TAL Education Technology
TAL Education Technology
Jun 17, 2021 · Cloud Native

Introduction to Service Mesh Solutions and Their Implementation in Our Platform

This article explains the evolution from monolithic to microservice architectures, the challenges of service governance, the concept and benefits of service mesh, and details the practical adoption of Istio‑based service mesh—including traffic ingress, smooth migration, downgrade strategies, and future enhancements—within the platform.

Cloud NativeIstioKubernetes
0 likes · 15 min read
Introduction to Service Mesh Solutions and Their Implementation in Our Platform
Baidu Geek Talk
Baidu Geek Talk
Jun 15, 2021 · Industry Insights

What Baidu Unveiled at QCon 2021: Key Takeaways from 7 Cutting‑Edge Sessions

This article compiles Baidu experts' presentations at QCon 2021, covering unified quality‑efficiency delivery for feed recommendation, software engineering capabilities, AIOps fault‑management practices, Apache Doris real‑time analytics, large‑scale Service Mesh deployment, massive service‑governance techniques, and deep‑learning platform innovations, with speaker details and audience benefits.

AIBaiduBig Data
0 likes · 12 min read
What Baidu Unveiled at QCon 2021: Key Takeaways from 7 Cutting‑Edge Sessions
21CTO
21CTO
Jun 9, 2021 · Cloud Native

Baidu’s Low‑Intrusion, High‑Performance Service Mesh: Architecture & Lessons

This article details Baidu’s internal service‑mesh deployment, explaining why traditional RPC‑based governance fell short, how a sidecar‑based mesh decouples governance from frameworks, and the technical challenges and solutions for low‑intrusion, high‑performance, fault‑tolerant traffic management across tens of thousands of microservices.

Cloud NativeMicroservicesPerformance Optimization
0 likes · 18 min read
Baidu’s Low‑Intrusion, High‑Performance Service Mesh: Architecture & Lessons
Baidu Geek Talk
Baidu Geek Talk
Jun 9, 2021 · Cloud Native

Baidu's Internal Service Mesh Practice: Architecture, Challenges, and Performance Optimizations

Baidu created an internally‑built, Istio‑based service mesh that decouples governance from language‑specific RPCs, offering low‑intrusion integration, ultra‑low latency via a brpc coroutine data plane, advanced fault‑tolerance and fine‑grained traffic scheduling, and now powers over 80 % of its core microservices handling more than a trillion daily requests.

EnvoyIstioMicroservices
0 likes · 17 min read
Baidu's Internal Service Mesh Practice: Architecture, Challenges, and Performance Optimizations
Selected Java Interview Questions
Selected Java Interview Questions
Jun 5, 2021 · Cloud Native

A Comprehensive Guide to Microservices Architecture, Practices, and Frameworks

This article provides an in‑depth overview of microservices, covering its origins, core principles, advantages and drawbacks, adoption criteria, architectural stages, prerequisite infrastructure, design patterns, service decomposition strategies, and a comparison of popular frameworks such as Spring Cloud, Dubbo, Service Mesh, and related tooling.

Backend ArchitectureMicroservicesService Mesh
0 likes · 20 min read
A Comprehensive Guide to Microservices Architecture, Practices, and Frameworks
Baidu Geek Talk
Baidu Geek Talk
May 31, 2021 · Cloud Native

Adoption of Service Mesh (Istio) at Baidu iFanFan: Challenges, Migration Strategy, and Benefits

Baidu iFanFan migrated all its Java‑based services to a native Kubernetes + Istio service mesh within three months, replacing fragmented, manual governance with automated rate‑limiting, canary releases, chaos testing and observability, which cut governance cycles from months to minutes, reduced CI time by ~20 % and dramatically improved system stability and multi‑cloud readiness.

Cloud NativeIstioKubernetes
0 likes · 21 min read
Adoption of Service Mesh (Istio) at Baidu iFanFan: Challenges, Migration Strategy, and Benefits
Volcano Engine Developer Services
Volcano Engine Developer Services
May 27, 2021 · Cloud Native

How Service Mesh Powers TikTok’s Spring Festival Red Packet Traffic Surge

This article, based on a Volcano Engine developer community meetup, explains how a self‑developed Service Mesh provides unified traffic management for TikTok’s massive Spring Festival Red Packet event, covering architecture, stability, security, and efficiency strategies across multi‑language microservices in complex environments.

Cloud NativeMicroservicesSecurity
0 likes · 19 min read
How Service Mesh Powers TikTok’s Spring Festival Red Packet Traffic Surge
MaGe Linux Operations
MaGe Linux Operations
May 26, 2021 · Cloud Native

Unlock Cloud Native Mastery: Free 14‑Chapter Handbook from Alibaba Cloud

This article explains the evolution of cloud native practices—from Docker containerization and Kubernetes orchestration to service mesh technologies—highlights Alibaba Cloud's strategic commitment, and introduces a comprehensive 14‑chapter handbook that guides readers through core Kubernetes concepts, configuration management, and networking strategies.

Alibaba CloudCloud NativeConfiguration Management
0 likes · 4 min read
Unlock Cloud Native Mastery: Free 14‑Chapter Handbook from Alibaba Cloud
Baidu Geek Talk
Baidu Geek Talk
May 26, 2021 · Operations

How Baidu Engineers Scalable Service Governance: Capacity, Traffic, and Stability

This interview details Baidu's practical approach to microservice governance, covering its definition, the evolution from ad‑hoc scaling to automated capacity, traffic, and stability engineering, and the challenges of data collection, standardized interfaces, and decision‑making policies for large‑scale systems.

MicroservicesService Meshcapacity management
0 likes · 12 min read
How Baidu Engineers Scalable Service Governance: Capacity, Traffic, and Stability
AntTech
AntTech
May 26, 2021 · Cloud Native

Ant Group's Service Mesh Exploration and Cloud‑Native Application Runtime

This article details Ant Group's evolution from monolithic applications to microservices and its large‑scale adoption of Service Mesh, describing the motivations, challenges, architecture, multi‑mesh capabilities, and the design of a cloud‑native application runtime built on MOSN to decouple applications from infrastructure.

APIMOSNMicroservices
0 likes · 14 min read
Ant Group's Service Mesh Exploration and Cloud‑Native Application Runtime
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 20, 2021 · Cloud Native

Key Findings from CNCF 2020 China Cloud Native Survey: Serverless, Containers, Service Mesh, and Open‑Source Tools

The CNCF 2020 China Cloud Native Survey of 439 participants reveals rapid growth in serverless adoption, a surge in container and Kubernetes usage, expanding service mesh deployment, and increasing reliance on open‑source automation tools, highlighting China’s emerging role as a major CNCF contributor.

Alibaba CloudCNCFCloud Native
0 likes · 9 min read
Key Findings from CNCF 2020 China Cloud Native Survey: Serverless, Containers, Service Mesh, and Open‑Source Tools
Volcano Engine Developer Services
Volcano Engine Developer Services
May 15, 2021 · Cloud Native

Douyin’s Spring Festival Red Packet: Service Mesh, Distributed DBs & IaaS Secrets

The Volcano Engine Developer Community’s May 15 online Meetup showcased four technical sessions—Service Mesh traffic management, distributed databases, mobile file distribution, and IaaS virtualization—detailing how Douyin’s Spring Festival red‑packet event handled massive traffic and ensured high performance.

Cloud NativeIaaS virtualizationService Mesh
0 likes · 4 min read
Douyin’s Spring Festival Red Packet: Service Mesh, Distributed DBs & IaaS Secrets
High Availability Architecture
High Availability Architecture
May 4, 2021 · Cloud Native

TSF Mesh: Extending Istio Service Mesh for Non‑Container Environments

This article explains how TSF Mesh adapts Istio‑based service‑mesh capabilities to support both container and virtual‑machine workloads by redesigning application deployment, sidecar injection, traffic hijacking, and service registration/discovery, providing detailed architectural changes and code examples for enterprise‑grade service governance.

Service MeshTSF MeshTraffic Hijacking
0 likes · 15 min read
TSF Mesh: Extending Istio Service Mesh for Non‑Container Environments
Ops Development Stories
Ops Development Stories
Apr 25, 2021 · Cloud Native

Mastering Traefik Mesh: A Lightweight, Non‑Intrusive Service Mesh for Kubernetes

This guide introduces Traefik Mesh, a lightweight, non‑intrusive service mesh built on Traefik and SMI‑compatible Kubernetes, explains its sidecar‑free architecture, details installation via Helm, outlines static and dynamic configuration options, and provides step‑by‑step examples for deploying and testing services with traffic routing, retries, ACLs, and traffic splitting.

CoreDNSKubernetesSMI
0 likes · 13 min read
Mastering Traefik Mesh: A Lightweight, Non‑Intrusive Service Mesh for Kubernetes
DataFunTalk
DataFunTalk
Apr 3, 2021 · Big Data

Building a Real-Time Data Computing Platform for Tencent Games: Practices and Architecture

This article describes Tencent Games' end‑to‑end real‑time data platform, covering its construction background, the unified OneData development framework, the OneFun data‑service API layer, micro‑service and ServiceMesh management, and the operational benefits achieved through automation, standardization, and scalability.

FlinkGame AnalyticsMicroservices
0 likes · 14 min read
Building a Real-Time Data Computing Platform for Tencent Games: Practices and Architecture
Architecture Digest
Architecture Digest
Mar 30, 2021 · Backend Development

Understanding the Role and Selection of API Gateways in Enterprise Architecture

API gateways serve as unified entry points for Open API platforms, microservice architectures, and internal applications, enabling access control, traffic management, and service governance; the article examines their roles, deployment scenarios, competitive alternatives, and criteria for selecting suitable open‑source, cloud, or self‑built solutions.

Cloud NativeMicroservicesOpenAPI
0 likes · 11 min read
Understanding the Role and Selection of API Gateways in Enterprise Architecture
Meituan Technology Team
Meituan Technology Team
Mar 11, 2021 · Cloud Native

Meituan OCTO 2.0: Architecture, Service Mesh Features, and Operational Practices

Meituan’s OCTO 2.0 upgrades the company’s distributed service‑governance platform by reusing OCTO 1.0 infrastructure, adding a self‑developed control plane and a customized Envoy data‑plane that employ UDS traffic hijacking, on‑demand service discovery, loss‑less hot‑restart, and automated lifecycle management, while planning cloud‑native extensions and full‑link mTLS.

Cloud NativeDistributed SystemsHot Restart
0 likes · 13 min read
Meituan OCTO 2.0: Architecture, Service Mesh Features, and Operational Practices
AntTech
AntTech
Mar 2, 2021 · Cloud Native

Ant Service Mesh Exploration and Reflections (Part 2): Addressing R&D Efficiency Challenges

Ant Group’s Service Mesh experience reveals that while MOSN’s extensive feature integration boosts capabilities, it also introduces significant R&D efficiency challenges such as large change volumes, centralized releases, and quality assurance, prompting the development of Test Mesh, health metrics, low‑impact high‑frequency deployments, and advanced diagnostic tools.

MOSNR&D efficiencyService Mesh
0 likes · 16 min read
Ant Service Mesh Exploration and Reflections (Part 2): Addressing R&D Efficiency Challenges
AntTech
AntTech
Feb 25, 2021 · Cloud Native

Service Mesh Capability Building: Link Encryption, Adaptive Rate Limiting, Fine‑Grained Traffic Steering, and Service Self‑Healing

The article details Ant Group's large‑scale Service Mesh rollout, explaining the design, implementation, and operational impact of four core capabilities—link encryption, adaptive rate limiting, fine‑grained traffic steering, and service self‑healing—while highlighting performance considerations, deployment challenges, and the overall value of decoupling business logic from infrastructure.

Adaptive Rate LimitingLink EncryptionSelf‑Healing
0 likes · 16 min read
Service Mesh Capability Building: Link Encryption, Adaptive Rate Limiting, Fine‑Grained Traffic Steering, and Service Self‑Healing
Top Architect
Top Architect
Feb 19, 2021 · Backend Development

Microservice Architecture Evolution: From Monolith to Service Mesh and Best Practices

This article walks through the journey of transforming a simple online supermarket from a monolithic web application to a fully fledged microservice architecture, covering the motivations, common pitfalls, service decomposition, monitoring, tracing, logging, gateway, service discovery, circuit breaking, testing strategies, and the role of service mesh.

Backend ArchitectureMicroservicesService Mesh
0 likes · 21 min read
Microservice Architecture Evolution: From Monolith to Service Mesh and Best Practices
Baidu Geek Talk
Baidu Geek Talk
Feb 8, 2021 · Cloud Native

Baidu Testing Middleware: Architecture, Design Principles, and Application Scenarios

Baidu Testing Middleware is an Envoy‑based sidecar proxy that combines a data‑plane and control‑plane to intercept, inspect, modify, and route traffic, providing recording, replay, fault injection and rate‑limiting capabilities that support functional, system, integration, sandbox and chaos testing at massive scale.

BaiduControl PlaneData Plane
0 likes · 20 min read
Baidu Testing Middleware: Architecture, Design Principles, and Application Scenarios
JavaEdge
JavaEdge
Feb 2, 2021 · Cloud Native

Why Istio Is the Go-To Service Mesh for Modern Microservices

Istio is a fully open‑source service‑mesh platform that adds a transparent control plane to existing distributed applications, enabling traffic routing, access policies, telemetry, security, and observability without code changes, and it offers features such as virtual services, destination rules, gateways, sidecar configuration, fault injection, retries, timeouts, metrics, logging and distributed tracing.

IstioKubernetesObservability
0 likes · 14 min read
Why Istio Is the Go-To Service Mesh for Modern Microservices
Byte Quality Assurance Team
Byte Quality Assurance Team
Jan 21, 2021 · Backend Development

Understanding Service Mesh and ByteDance's MS Service Governance Platform

This article introduces microservice architecture, outlines its challenges, explains the concept and evolution of Service Mesh—including sidecar patterns, Linkerd, and Istio—and details ByteDance's internal MS platform features such as call‑chain tracing, keyword search, monitoring, and inbound traffic control.

Backend DevelopmentIstioService Mesh
0 likes · 11 min read
Understanding Service Mesh and ByteDance's MS Service Governance Platform
Baidu Intelligent Testing
Baidu Intelligent Testing
Jan 20, 2021 · Operations

Baidu Test Middleware: Architecture, Design Principles, and Application Scenarios

The article introduces Baidu's self‑developed test middleware, explains its data‑plane and control‑plane architecture inspired by Istio, describes the challenges of building test environments, and details the system’s components, working modes, and diverse testing use cases such as functional, system, integration, sandbox, and chaos engineering.

Performance TestingService Meshchaos engineering
0 likes · 20 min read
Baidu Test Middleware: Architecture, Design Principles, and Application Scenarios
Architects' Tech Alliance
Architects' Tech Alliance
Jan 16, 2021 · Cloud Native

Understanding Cloud‑Native Architecture and Its Key Patterns

The article explains cloud‑native architecture as a set of principles and design patterns that offload non‑functional concerns to cloud services, and it details major patterns such as service‑oriented, mesh, serverless, storage‑compute separation, distributed transactions, observability, and event‑driven architectures.

Event-drivenMicroservicesObservability
0 likes · 10 min read
Understanding Cloud‑Native Architecture and Its Key Patterns
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
AntTech
AntTech
Jan 14, 2021 · Cloud Native

Large-Scale Service Mesh Deployment at Ant Group: Practices, Challenges, and Future Outlook

This article details Ant Group's two‑year journey of adopting Service Mesh at massive scale, explaining why Service Mesh is needed for microservice governance, heterogeneous system unification, and financial‑grade security, and describing the architecture, migration strategies, stability mechanisms, operational results, and future directions toward a full mesh and serverless era.

DevOpsInfrastructureMicroservices
0 likes · 17 min read
Large-Scale Service Mesh Deployment at Ant Group: Practices, Challenges, and Future Outlook
Tencent Cloud Middleware
Tencent Cloud Middleware
Jan 8, 2021 · Cloud Native

Why Centralized Architecture Evolves to Microservices: Banking Insights

This article recaps a technical conference where experts explained how traditional centralized banking systems transition to microservice architectures, compared rigid and flexible distributed transaction models, examined IBM mainframe designs, and highlighted practical considerations for service mesh and cloud‑native deployments.

Distributed TransactionsIBMService Mesh
0 likes · 17 min read
Why Centralized Architecture Evolves to Microservices: Banking Insights
Top Architect
Top Architect
Dec 30, 2020 · Cloud Native

Evolution of Microservice Architecture and Essential Technology Stack

This article provides a comprehensive overview of microservice architecture evolution—from monolithic to distributed services—detailing its advantages, challenges, and the essential technology stack including service communication, API gateways, authentication, fault handling, logging, containerization, orchestration, and CI/CD practices.

MicroservicesService Meshci/cd
0 likes · 16 min read
Evolution of Microservice Architecture and Essential Technology Stack
Cloud Native Technology Community
Cloud Native Technology Community
Dec 25, 2020 · Cloud Native

How Istio Secures Service Mesh: Zero‑Trust, mTLS, and AAA Explained

This article examines Service Mesh security by outlining core requirements, detailing Istio’s built‑in zero‑trust mechanisms—including mutual TLS, AAA, and automatic certificate rotation—and comparing the security features of Linkerd and Alauda Service Mesh, offering practical insights for designing robust microservice protection.

Cloud NativeIstioLinkerd
0 likes · 11 min read
How Istio Secures Service Mesh: Zero‑Trust, mTLS, and AAA Explained
vivo Internet Technology
vivo Internet Technology
Dec 23, 2020 · Backend Development

Implementing Nearest Routing in Dubbo for Multi‑DataCenter Deployments

Vivo extends Dubbo with a custom NearestRouter that reads each provider’s app_loc label to preferentially route RPC calls to services in the same data‑center or city, falling back based on configurable thresholds, and plans to enhance routing with richer topology metadata, composite policies, and cloud‑native service‑mesh integration.

Backend DevelopmentDubboJava
0 likes · 10 min read
Implementing Nearest Routing in Dubbo for Multi‑DataCenter Deployments
IT Architects Alliance
IT Architects Alliance
Dec 13, 2020 · Backend Development

From Monolith to Microservices: A Practical Journey Through Modern Architecture

This article chronicles the evolution of software architecture from monolithic applications to microservices, detailing each stage's advantages and drawbacks, and enumerates the essential technology stack—including service communication, API gateways, authentication, fault handling, tracing, logging, configuration, containers, orchestration, and CI/CD—that enables building scalable, resilient backend systems.

Cloud NativeDistributed SystemsMicroservices
0 likes · 16 min read
From Monolith to Microservices: A Practical Journey Through Modern Architecture
iQIYI Technical Product Team
iQIYI Technical Product Team
Dec 11, 2020 · Cloud Native

iQIYI Microservice Standard Architecture: Design Principles, Components, and Practices

iQIYI’s middleware team introduced a unified microservice standard architecture—combining a single SDK, centralized infrastructure (Nacos registry, Kong gateway, Apollo config, Prometheus‑SkyWalking monitoring, ChaosBlade), the QDAS platform, and extensible open‑source practices—to eliminate redundant builds, ensure high availability, streamline governance, and pave the way for cloud‑native service‑mesh evolution.

NacosService Meshcloud-native
0 likes · 17 min read
iQIYI Microservice Standard Architecture: Design Principles, Components, and Practices
Cloud Native Technology Community
Cloud Native Technology Community
Dec 8, 2020 · Cloud Native

How to Deploy JHipster Microservices with Istio Service Mesh on Kubernetes

This guide walks through preparing a Kubernetes cluster, configuring Istio with Helm, defining JHipster microservices via JDL, generating code and deployment manifests, building Docker images, and exposing monitoring tools such as Grafana, Prometheus, Jaeger, and Kiali for a complete cloud‑native service‑mesh deployment.

DevOpsIstioKubernetes
0 likes · 19 min read
How to Deploy JHipster Microservices with Istio Service Mesh on Kubernetes
Yanxuan Tech Team
Yanxuan Tech Team
Dec 8, 2020 · Cloud Native

How Yanxuan Scaled to 1,000 Services with a Cloud‑Native Platform

Facing rapid growth in 2019, Yanxuan partnered with NetEase Qingzhou to co‑build a cloud‑native platform, detailing a multi‑stage migration that standardized services, reduced code changes, enhanced high‑availability, optimized performance, and improved observability, ultimately supporting over 300 cloud‑migrated services and boosting development efficiency by more than 200%.

Cloud NativeDevOpsObservability
0 likes · 13 min read
How Yanxuan Scaled to 1,000 Services with a Cloud‑Native Platform
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Dec 8, 2020 · Cloud Native

Cloud‑Native Evolution of NetEase Yanxuan: Practices, Phases, and Lessons Learned

Beginning in 2019, NetEase Yanxuan launched a joint cloud‑native platform with NetEase Qingzhou, standardizing immutable infrastructure, containerizing services, and adopting DevOps; the migration unfolded across four phases—foundation, framework, pipeline, and rooms—while emphasizing high‑availability, performance tuning, observability, and team empowerment, with ongoing regression‑environment expansion and hiring to support future high‑traffic demands.

DevOpsService Mesh
0 likes · 11 min read
Cloud‑Native Evolution of NetEase Yanxuan: Practices, Phases, and Lessons Learned
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 3, 2020 · Cloud Native

Why Microkernel Architecture Matters for Modern Cloud‑Native Systems

This article explains microkernel design, compares it with monolithic kernels, shows how plug‑in architecture maps to microservices, and explores service‑mesh communication patterns, performance trade‑offs, and hybrid solutions for building flexible, scalable cloud‑native applications.

Service Meshmicrokernelplugin architecture
0 likes · 13 min read
Why Microkernel Architecture Matters for Modern Cloud‑Native Systems
Meituan Technology Team
Meituan Technology Team
Dec 3, 2020 · Cloud Native

Meituan's Practice and Challenges in Deploying Service Mesh in Private Cloud Clusters

Meituan’s rollout of a private‑cloud service mesh—built on an Envoy data plane, custom control plane, and language‑agnostic SDKs—overcame compatibility, scaling, and heterogeneity hurdles through isolation, standardized governance runtime, data sharding, and centralized health checks, now supporting hundreds of services with sub‑millisecond latency and unified multi‑language management.

Cloud NativeCompatibilityMeituan
0 likes · 19 min read
Meituan's Practice and Challenges in Deploying Service Mesh in Private Cloud Clusters
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Dec 2, 2020 · Industry Insights

Why Service Governance Is Critical for Large‑Scale Systems and How to Build It

Managing hundreds or thousands of tightly coupled services inevitably creates diverse operational challenges, so effective service governance—covering definition, lifecycle, versioning, registration, monitoring, ownership, testing, and security—is essential, and can be realized through a unified DevOps‑driven platform.

CMDBMicroservicesOperations
0 likes · 12 min read
Why Service Governance Is Critical for Large‑Scale Systems and How to Build It
Programmer DD
Programmer DD
Nov 28, 2020 · Cloud Native

Why API Gateways Face an Identity Crisis: Roles, Patterns & Service Mesh

API gateways serve three core roles—API management, cluster ingress control, and gateway pattern—each with distinct responsibilities, and their relationship with service meshes is explored, helping readers understand how to choose and combine these components for optimal API infrastructure across various layers.

API ManagementCloud NativeIngress
0 likes · 16 min read
Why API Gateways Face an Identity Crisis: Roles, Patterns & Service Mesh
Code Ape Tech Column
Code Ape Tech Column
Nov 27, 2020 · Operations

From Monolith to Microservices: Real‑World Lessons and Practical Strategies

This article walks through the evolution of an online supermarket from a simple monolithic website to a fully split microservice architecture, highlighting the pitfalls of ad‑hoc growth, the need for service abstraction, monitoring, tracing, fault tolerance, testing, and the trade‑offs of frameworks versus service mesh.

MicroservicesService Mesharchitecture
0 likes · 24 min read
From Monolith to Microservices: Real‑World Lessons and Practical Strategies