Tagged articles
216 articles
Page 2 of 3
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
Ctrip Technology
Ctrip Technology
May 12, 2022 · Cloud Native

Ctrip's Service Mesh Evolution: Architecture, Implementation, and Lessons Learned

This article details Ctrip's transition from traditional SOA to a cloud‑native Service Mesh using Istio, covering background challenges, technical solutions for control and data planes, SDK compatibility, configuration management, performance optimizations, and future directions such as WebAssembly and sidecar considerations.

IstioKubernetesSOA
0 likes · 28 min read
Ctrip's Service Mesh Evolution: Architecture, Implementation, and Lessons Learned
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
Alibaba Cloud Native
Alibaba Cloud Native
Apr 2, 2022 · Cloud Native

How Traffic Lanes Accelerate Service Mesh Testing and Deployment

This article explains how Alibaba Cloud’s service‑mesh‑based traffic lane technique enables rapid, safe verification of new software versions by labeling and routing traffic across isolated lanes, detailing concepts, implementation steps, CRD definitions, routing rules, and practical use cases for development, gray‑release, and critical‑business protection.

IstioKubernetestraffic lane
0 likes · 16 min read
How Traffic Lanes Accelerate Service Mesh Testing and Deployment
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
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
High Availability Architecture
High Availability Architecture
Feb 11, 2022 · Cloud Native

Cloud‑Native Migration of Tencent Happy Game Studio Backend Using Istio Service Mesh

The article details how Tencent's Happy Game Studio transformed its large‑scale, low‑utilization backend from a legacy distributed architecture to a cloud‑native, Istio‑enabled service‑mesh platform, achieving significant resource savings, smoother deployments, and improved observability across game, CGI, and storage services.

IstioKubernetesMicroservices
0 likes · 16 min read
Cloud‑Native Migration of Tencent Happy Game Studio Backend Using Istio Service Mesh
Alibaba Cloud Native
Alibaba Cloud Native
Jan 30, 2022 · Cloud Native

When Should You Adopt a Service Mesh? Real‑World Insights from Alibaba Cloud ASM

This article examines why and how Alibaba Cloud's ASM service mesh is used in production, evaluating traffic management, north‑south routing, multi‑language governance, security, multi‑cluster deployment, observability, and policy enhancements, while highlighting practical challenges and best‑practice recommendations.

Alibaba Cloud ASMIstiomulti‑cluster
0 likes · 15 min read
When Should You Adopt a Service Mesh? Real‑World Insights from Alibaba Cloud ASM
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
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.

IstioKubernetesService Mesh
0 likes · 22 min read
Mastering Service Mesh with Istio: A Hands‑On Guide to Traffic, Security, and Observability
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
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.

IstioMicroservicesService Mesh
0 likes · 18 min read
Introduction to Service Mesh and Istio: Concepts, Architecture, and Practical Deployment
Architect
Architect
Jan 5, 2022 · Cloud Native

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

This tutorial explains the fundamentals of service mesh, outlines Istio’s architecture and core components, demonstrates how to install Istio on Kubernetes, and walks through practical examples such as traffic routing, security policies, observability, and common use‑cases, while also comparing alternative solutions.

IstioKubernetesMicroservices
0 likes · 20 min read
Introduction to Service Mesh and Istio: Concepts, Architecture, and Hands‑On 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
DeWu Technology
DeWu Technology
Dec 24, 2021 · Operations

How to Quickly Attribute Live‑Streaming Alert Issues in a Kubernetes Environment

This article walks through a real‑world live‑streaming service alert where response time and goroutine spikes were traced through Grafana metrics, MySQL/Redis performance, routing logic, and Istio sidecar load, ultimately revealing a mis‑reported Istio metric and a resource‑allocation fix to prevent future jitter.

IstioKubernetesOperations
0 likes · 11 min read
How to Quickly Attribute Live‑Streaming Alert Issues in a Kubernetes Environment
Ctrip Technology
Ctrip Technology
Dec 23, 2021 · Cloud Native

Optimizing Istio Control Plane Performance: Reducing xDS Latency, Improving Success Rate, and Shortening Startup Time

This article presents a systematic approach used by Ctrip's Cloud Container team to identify performance bottlenecks in Istio's control plane, define SLOs, build testing and measurement frameworks, and implement optimizations that cut xDS push latency, improve configuration success rates, and dramatically reduce startup time.

IstioKubernetes
0 likes · 14 min read
Optimizing Istio Control Plane Performance: Reducing xDS Latency, Improving Success Rate, and Shortening Startup Time
Cloud Native Technology Community
Cloud Native Technology Community
Dec 21, 2021 · Industry Insights

How the U.S. DoD’s DevSecOps Strategy Shapes Cloud‑Native Adoption

The article examines the U.S. Department of Defense’s DevSecOps initiative, outlining its cloud‑computing challenges, the shift to Kubernetes, Istio and Knative, the creation of a centralized container registry, and the broader lessons for large organizations seeking open‑source, vendor‑neutral cloud‑native transformations.

Cloud NativeDevSecOpsGovernment
0 likes · 8 min read
How the U.S. DoD’s DevSecOps Strategy Shapes Cloud‑Native Adoption
Cloud Native Technology Community
Cloud Native Technology Community
Dec 1, 2021 · Cloud Native

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

This tutorial explains the fundamentals of service mesh, details Istio's architecture and core components, and provides step‑by‑step instructions for installing Istio on Kubernetes, deploying a sample microservice application, and using common features such as traffic management, security, observability, and advanced use cases.

IstioKubernetesMicroservices
0 likes · 19 min read
Introduction to Service Mesh and Istio: Concepts, Architecture, and Hands‑On Deployment
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
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
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
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
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
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 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
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Jun 8, 2021 · Cloud Native

How We Stabilized International Services with a Multi‑Phase Cloud‑Native Migration

This article details a four‑stage migration project that rebuilt international services on a cloud‑native stack, introducing temporary Istio monitoring, standardized change processes, Helm‑based deployments, and full microservice integration while sharing practical quality‑assurance lessons and pitfalls.

DeploymentIstiocloud-native
0 likes · 14 min read
How We Stabilized International Services with a Multi‑Phase Cloud‑Native Migration
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
Top Architect
Top Architect
May 31, 2021 · Cloud Native

Why I Switched from Istio to Linkerd: A Practical Service Mesh Evaluation

After two years of using Istio in production, the author explains the operational complexities, reliability issues, and protocol limitations that led to abandoning Istio in favor of Linkerd, highlighting the pros and cons of both service meshes within Kubernetes environments.

IstioKubernetesLinkerd
0 likes · 10 min read
Why I Switched from Istio to Linkerd: A Practical Service Mesh Evaluation
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Apr 17, 2021 · Cloud Native

How Knative Handles Cold‑Start Traffic: From Activator to Pod

This article explores Knative’s traffic routing and autoscaling mechanisms, detailing how requests are initially directed through the Activator during cold‑start, how VirtualService configurations evolve, and how newer versions shift traffic handling to Kubernetes Service/Endpoint layers, improving performance and decoupling gateway logic.

IstioKnativeKubernetes
0 likes · 14 min read
How Knative Handles Cold‑Start Traffic: From Activator to Pod
Tencent Cloud Middleware
Tencent Cloud Middleware
Apr 6, 2021 · Cloud Native

How TSF Mesh Extends Istio to Support Non‑Container Environments

This article explains how TSF Mesh adapts Istio’s service‑mesh architecture to run both containerized and virtual‑machine workloads, detailing the modifications for sidecar injection, traffic hijacking, and service registration/discovery, and showing the underlying modules and code changes required.

Cloud NativeIstioTSF Mesh
0 likes · 16 min read
How TSF Mesh Extends Istio to Support Non‑Container Environments
Tencent Cloud Developer
Tencent Cloud Developer
Feb 19, 2021 · Cloud Native

Service Mesh: The TCP of the Microservice Era – Concepts, Evolution, and Practice

Service mesh, likened to TCP for microservices, abstracts and standardizes service‑to‑service networking—handling registration, discovery, load balancing, resilience, security, and observability—so business teams can focus on code, with Tencent’s Polaris bridging legacy L5 and Istio demonstrating practical deployment on TKE.

IstioPolarisservice discovery
0 likes · 23 min read
Service Mesh: The TCP of the Microservice Era – Concepts, Evolution, and Practice
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.

IstioKubernetesService Mesh
0 likes · 14 min read
Why Istio Is the Go-To Service Mesh for Modern Microservices
Architects Research Society
Architects Research Society
Jan 22, 2021 · Cloud Native

Introduction to Knative Serving: Architecture and Core Resources

Knative Serving, built on Kubernetes and Istio, provides middleware primitives for rapid serverless container deployment, automatic scaling to zero, Istio‑based routing, and snapshotting of code and configuration, with key custom resources such as Service, Route, Configuration, and Revision to manage lifecycle and traffic.

Cloud NativeIstioKnative
0 likes · 4 min read
Introduction to Knative Serving: Architecture and Core Resources
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.

IstioService Meshbackend-development
0 likes · 11 min read
Understanding Service Mesh and ByteDance's MS Service Governance Platform
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
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
Programmer DD
Programmer DD
Nov 14, 2020 · Cloud Native

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

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

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

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

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

Cloud NativeEnvoyIstio
0 likes · 22 min read
Tackling Ultra‑Large‑Scale Service Mesh Deployment: Lessons from Alibaba
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Sep 15, 2020 · Cloud Native

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

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

Cloud NativeEnvoyIstio
0 likes · 19 min read
Challenges and Solutions for Large-Scale Service Mesh Deployment at Alibaba
Cloud Native Technology Community
Cloud Native Technology Community
Sep 10, 2020 · Cloud Native

Resolving Application Startup Failures Caused by Istio Sidecar Initialization Delays

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

Cloud NativeIstioKubernetes
0 likes · 14 min read
Resolving Application Startup Failures Caused by Istio Sidecar Initialization Delays
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Aug 28, 2020 · Cloud Native

Understanding Cloud Native: Service Mesh, Chaos Engineering, and User‑Space Container Networking with eBPF/XDP

This article explains the fundamentals of cloud native computing, introduces service mesh architectures such as Istio and Envoy, explores chaos engineering with Chaos Mesh, and details how eBPF/XDP‑based user‑space container networking can accelerate data‑plane performance in modern microservice environments.

Cloud NativeEnvoyIstio
0 likes · 12 min read
Understanding Cloud Native: Service Mesh, Chaos Engineering, and User‑Space Container Networking with eBPF/XDP
Alibaba Cloud Native
Alibaba Cloud Native
Aug 17, 2020 · Cloud Native

Why Istio Is Embracing Monoliths: Insights from Red Hat’s Christian Posta

In this interview, Red Hat’s former chief architect Christian Posta explains how Istio’s architecture has been simplified from a fragmented control plane to the unified Istiod binary, outlines upcoming features in version 1.7, discusses WebAssembly integration, and shares his view on the evolving service‑mesh market.

Architecture SimplificationCloud NativeIstio
0 likes · 8 min read
Why Istio Is Embracing Monoliths: Insights from Red Hat’s Christian Posta
Cloud Native Technology Community
Cloud Native Technology Community
Jun 3, 2020 · Cloud Native

10 Common Istio Pitfalls and How to Resolve Them

This article outlines ten frequent Istio exceptions—from service port naming constraints and flow‑control ordering to mTLS‑induced connection drops—explaining their root causes, diagnostic steps, and practical best‑practice solutions for reliable mesh deployments.

IstioKubernetesService Mesh
0 likes · 17 min read
10 Common Istio Pitfalls and How to Resolve Them
Cloud Native Technology Community
Cloud Native Technology Community
May 25, 2020 · Cloud Native

Istio 1.6 Release Highlights: Simplified Installation, Enhanced Lifecycle Experience, Observability, VM Support, and Network Improvements

The Istio 1.6 release introduces a fully migrated Istiod architecture, streamlined installation and upgrade processes, expanded observability features, native support for virtual‑machine workloads via WorkloadEntry, and several network enhancements including improved secret handling and experimental Service API support.

Cloud NativeIstioKubernetes
0 likes · 5 min read
Istio 1.6 Release Highlights: Simplified Installation, Enhanced Lifecycle Experience, Observability, VM Support, and Network Improvements
Alibaba Cloud Native
Alibaba Cloud Native
May 23, 2020 · Cloud Native

Deploying Istio Multi-Cluster Service Mesh with Multi-Control-Plane Topology

This guide explains how to set up Istio across multiple Kubernetes clusters using a multi‑control‑plane topology, covering CA secret creation, control‑plane installation, DNS configuration, sample application deployment, ServiceEntry and DestinationRule creation, and cross‑cluster traffic routing verification.

Cloud NativeIstioKubernetes
0 likes · 16 min read
Deploying Istio Multi-Cluster Service Mesh with Multi-Control-Plane Topology
Cloud Native Technology Community
Cloud Native Technology Community
May 20, 2020 · Cloud Native

Understanding Istio Sidecar Injection: The istio-sidecar-injector Component

This article explains how Istio injects sidecar containers into user‑space Pods using the istio‑sidecar‑injector component, covering automatic and manual injection methods, the underlying MutatingAdmissionWebhook configuration, the initContainer and sidecar containers added, and the associated ConfigMap and volume setups.

ConfigMapIstioKubernetes
0 likes · 6 min read
Understanding Istio Sidecar Injection: The istio-sidecar-injector Component
Cloud Native Technology Community
Cloud Native Technology Community
May 8, 2020 · Cloud Native

Istio Architecture Overview and Core Components

This article provides a detailed overview of Istio’s architecture, explaining the roles and interactions of its data plane, control plane, and core components such as Envoy sidecar, Pilot, Mixer, Citadel, Galley, sidecar‑injector, and ingress gateway within a Kubernetes‑based service mesh.

Cloud NativeIstioKubernetes
0 likes · 9 min read
Istio Architecture Overview and Core Components
Alibaba Cloud Native
Alibaba Cloud Native
Apr 23, 2020 · Cloud Native

Latest Cloud Native Updates: Istio Donation, Kotlin gRPC, Kubernetes Watch Cache, Knative 0.14, and More

This roundup highlights recent cloud‑native developments, including the donation of Istio to an open‑source foundation, Kotlin gRPC becoming open source, dynamic watch‑cache sizing and authentication tweaks in Kubernetes, Knative 0.14 release details, xDS v3 planning, plus curated open‑source project and reading recommendations.

Cloud NativeIstioKnative
0 likes · 6 min read
Latest Cloud Native Updates: Istio Donation, Kotlin gRPC, Kubernetes Watch Cache, Knative 0.14, and More
Tencent Cloud Middleware
Tencent Cloud Middleware
Apr 16, 2020 · Cloud Native

How Tencent’s TSF Mesh Overcame Real‑World Service Mesh Challenges

This article examines the evolution of Tencent's TSF Mesh Service Mesh platform, detailing its architecture, the technical hurdles faced when supporting heterogeneous environments, multi‑tenant isolation, DNS and Spring Cloud interoperability, and the solutions implemented to achieve robust, cloud‑native service governance.

Cloud NativeIstioKubernetes
0 likes · 18 min read
How Tencent’s TSF Mesh Overcame Real‑World Service Mesh Challenges
UCloud Tech
UCloud Tech
Apr 8, 2020 · Cloud Native

Migrating Spring Cloud Microservices to UK8S for Scalable Cloud‑Native Operations

This article details how the Chinese travel platform “要出发” transformed its Spring Cloud‑based micro‑service architecture to a UK8S‑powered Kubernetes environment, introducing Spring Cloud Kubernetes discovery, Prometheus JVM monitoring, HPA‑driven autoscaling, Elastic APM tracing, and Istio service governance to achieve higher elasticity, observability, and operational efficiency.

IstioKubernetesPrometheus
0 likes · 11 min read
Migrating Spring Cloud Microservices to UK8S for Scalable Cloud‑Native Operations
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Mar 30, 2020 · Cloud Native

Understanding Istio 1.5: Architecture, New Features, and Installation Guide

This article explains what Istio is, outlines the major updates in version 1.5—including the unified istiod control plane, WebAssembly extensibility, simplified installation, and improved observability—describes core control‑plane components, and provides step‑by‑step instructions for preparing a Kubernetes cluster and installing Istio.

Cloud NativeIstioKubernetes
0 likes · 10 min read
Understanding Istio 1.5: Architecture, New Features, and Installation Guide
Open Source Linux
Open Source Linux
Mar 24, 2020 · Cloud Native

What Is Istio? A Beginner’s Guide to Service Mesh and Its Benefits

This article introduces Istio as an open platform for connecting, securing, controlling, and observing services, explains the fundamentals of service mesh, outlines Istio’s architecture and components, and provides practical steps for adopting Istio in a Kubernetes environment.

Cloud NativeIstioKubernetes
0 likes · 17 min read
What Is Istio? A Beginner’s Guide to Service Mesh and Its Benefits
Youzan Coder
Youzan Coder
Jan 10, 2020 · Cloud Native

How Youzan Implements Traffic Control, Gray and Blue‑Green Deployments with Istio

This article details Youzan's design and implementation of a traffic‑control system built on Istio/Envoy, describing the protocols, architecture, and concrete JSON routing rules for gray releases and blue‑green deployments, along with observability features and future multi‑service release plans.

Blue‑Green deploymentIstioKubernetes
0 likes · 22 min read
How Youzan Implements Traffic Control, Gray and Blue‑Green Deployments with Istio
iQIYI Technical Product Team
iQIYI Technical Product Team
Jan 3, 2020 · Cloud Native

Service Mesh Practice at iQIYI: Istio Deployment, Traffic Management, Custom Dashboard, and Monitoring

iQIYI adopted Istio on Kubernetes to create isolated mesh clusters, integrated its Kong gateway via Consul, built a custom dashboard that bundles deployments, services and Istio resources into high‑level “App” objects for one‑click releases, and implemented comprehensive monitoring, logging and alerting with Prometheus, Grafana and Flink, demonstrating improved traffic control, observability and security while outlining future cross‑cluster and policy enhancements.

Cloud NativeIstioKubernetes
0 likes · 17 min read
Service Mesh Practice at iQIYI: Istio Deployment, Traffic Management, Custom Dashboard, and Monitoring
Youzan Coder
Youzan Coder
Dec 18, 2019 · Cloud Native

Youzan PaaS Innovative Meetup 2nd Edition: Service Mesh Technical Practices

The second Youzan PaaS Innovative Meetup in Hangzhou gathered experts from Tencent Cloud, Youzan, and Ant Financial to share Service Mesh technical practices—including TKE Mesh architecture, multi‑language Dubbo integration, Istio‑based gray releases, and large‑scale deployment strategies—followed by discussion and networking.

Ant FinancialCloud NativeIstio
0 likes · 3 min read
Youzan PaaS Innovative Meetup 2nd Edition: Service Mesh Technical Practices
Programmer DD
Programmer DD
Dec 14, 2019 · Cloud Native

How Alibaba Scaled Service Mesh for Double‑11: Architecture, Challenges & Performance

This article details Alibaba's large‑scale Service Mesh deployment for Double‑11 core applications, covering the three‑plane architecture, key challenges such as SDK‑free mesh, complex routing, rate limiting, Envoy overhead, and the performance impact on latency, CPU and memory, while outlining future roadmap and open‑source collaboration.

AlibabaCloud NativeEnvoy
0 likes · 13 min read
How Alibaba Scaled Service Mesh for Double‑11: Architecture, Challenges & Performance
Youzan Coder
Youzan Coder
Dec 13, 2019 · Cloud Native

Youzan PaaS Innovative Meetup 2nd Edition: Service Mesh Technical Sharing

The Youzan PaaS Innovative Meetup (2nd edition) in Hangzhou gathered experts from Tencent Cloud, Youzan and Ant Financial to share Service Mesh practices—including TKE Mesh architecture, Istio evolution, Dubbo integration, gray‑green releases, and large‑scale deployment strategies—aiming to build an active local PaaS technical community.

Ant FinancialCloud NativeIstio
0 likes · 3 min read
Youzan PaaS Innovative Meetup 2nd Edition: Service Mesh Technical Sharing
Yanxuan Tech Team
Yanxuan Tech Team
Nov 25, 2019 · Cloud Native

How YANXU’s Service Mesh Evolved from Consul+Nginx to Istio

This article chronicles the evolution of YANXU’s service‑mesh architecture—from an early Consul‑Nginx sidecar implementation to a production‑grade Istio deployment—detailing maturity stages, design decisions, performance benchmarks, and the operational benefits of decoupling business logic from infrastructure.

ConsulIstio
0 likes · 13 min read
How YANXU’s Service Mesh Evolved from Consul+Nginx to Istio
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Nov 15, 2019 · Cloud Native

Understanding Service Mesh: Evolution, Architecture, and Future Challenges

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

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

How Nacos 1.1.4 Connects Service Discovery to Istio via MCP

Nacos 1.1.4 introduces Istio MCP integration, a server‑side upgrade guide, client dependency changes, custom instance ID support, and detailed usage steps, while also highlighting community contribution paths and previewing the upcoming 1.2.0 release with permission control.

Configuration ManagementIstioMCP
0 likes · 8 min read
How Nacos 1.1.4 Connects Service Discovery to Istio via MCP
Programmer DD
Programmer DD
Sep 30, 2019 · Cloud Native

What’s New in Istio 1.3? Key Features and Improvements Unveiled

Istio 1.3 introduces automatic protocol detection, no‑Mixer telemetry, removal of required containerPort declarations, enhanced custom Envoy configuration, region‑aware load balancing and numerous monitoring and debugging improvements, all while keeping the service mesh transparent to applications.

EnvoyIstioKubernetes
0 likes · 6 min read
What’s New in Istio 1.3? Key Features and Improvements Unveiled
Programmer DD
Programmer DD
Sep 18, 2019 · Cloud Native

kubeman: A UI Alternative to kubectl for Real‑Time Kubernetes Debugging

kubeman is a lightweight UI tool that replaces kubectl for monitoring and managing Kubernetes clusters, offering streamlined operations such as cluster selection, namespace filtering, searchable recipes, output grouping, auto‑refresh, and command shortcuts, making complex debugging and Istio troubleshooting more accessible.

IstioKubernetesUI Tool
0 likes · 6 min read
kubeman: A UI Alternative to kubectl for Real‑Time Kubernetes Debugging
AntTech
AntTech
Sep 9, 2019 · Cloud Native

Service Mesh: Product Updates, Trends, and Its Role in Cloud‑Native Environments

This article summarizes a Kubernetes & Cloud Native meetup talk that reviews recent Service Mesh product releases, analyzes six emerging trends, explains the core value of separating business and non‑business logic, and highlights the technology's future direction within cloud‑native architectures.

IstioKubernetesMesh Trends
0 likes · 22 min read
Service Mesh: Product Updates, Trends, and Its Role in Cloud‑Native Environments
UCloud Tech
UCloud Tech
Aug 27, 2019 · Cloud Native

Unlocking EnvoyFilter: Namespace Isolation & Advanced Traffic Control in Istio

This article details how the KUN platform enhances Istio’s Service Mesh by extending EnvoyFilter with namespace-level isolation, custom traffic management strategies, fault injection examples, and validation mechanisms, illustrating code implementations and architectural insights for robust, scalable microservice networking.

EnvoyFilterIstioKubernetes
0 likes · 10 min read
Unlocking EnvoyFilter: Namespace Isolation & Advanced Traffic Control in Istio
Programmer DD
Programmer DD
Jul 12, 2019 · Cloud Native

Why Sidecar Patterns and Istio Are Essential for Modern Microservices

The article explains how microservice architectures introduce complexity, how Netflix OSS tools address these challenges, and why adopting the Sidecar design pattern with Istio’s service mesh can improve scalability, resilience, and observability in cloud‑native systems.

IstioService Meshsidecar pattern
0 likes · 6 min read
Why Sidecar Patterns and Istio Are Essential for Modern Microservices
Cloud Native Technology Community
Cloud Native Technology Community
Jul 4, 2019 · Cloud Native

Mastering Istio Circuit Breakers: Hystrix vs Istio, Config & Real‑World Tests

This article explains the concept of circuit breaking and rate limiting in micro‑service architectures, compares Hystrix and Istio implementations, details Istio's ConnectionPool and outlierDetection settings, maps their parameters to Envoy, and provides step‑by‑step command‑line examples that demonstrate how these controls behave in practice.

Cloud NativeIstioMicroservices
0 likes · 23 min read
Mastering Istio Circuit Breakers: Hystrix vs Istio, Config & Real‑World Tests
Tencent Cloud Developer
Tencent Cloud Developer
Jun 17, 2019 · Cloud Native

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

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

Cloud NativeDistributed SystemsIstio
0 likes · 16 min read
Service Mesh Implementation Challenges and Solutions: Practical Insights from Production Environment
Cloud Native Technology Community
Cloud Native Technology Community
Jun 4, 2019 · Cloud Native

Introduction to Istio Service Mesh and How It Addresses Common Microservice Challenges

This article introduces Istio as an open‑source service mesh, explains its data‑plane and control‑plane architecture, outlines its traffic management, security, and telemetry features, discusses performance considerations, and shows how Lingque Cloud ASM leverages Istio to solve typical microservice problems such as debugging, testing, release processes, and flexible network policies.

Cloud NativeIstioKubernetes
0 likes · 13 min read
Introduction to Istio Service Mesh and How It Addresses Common Microservice Challenges
360 Tech Engineering
360 Tech Engineering
May 16, 2019 · Cloud Native

Introduction to Istio Service Mesh and the Pilot Component Architecture

This article introduces the fundamentals of Istio as a service mesh, explains its data‑plane and control‑plane architecture, and details the roles of the Pilot component—including pilot‑agent and pilot‑discovery—in providing service discovery, traffic management, and integration with Kubernetes for microservice deployments.

EnvoyIstioKubernetes
0 likes · 7 min read
Introduction to Istio Service Mesh and the Pilot Component Architecture
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
May 15, 2019 · Cloud Native

Understanding Istio Service Mesh: Architecture, Pilot, and Data Plane

This article explains how Istio simplifies microservice management by providing a full service‑mesh solution—including service discovery, load balancing, fault recovery, telemetry, and traffic control—while detailing its architecture, the roles of the data and control planes, and the functions of the Pilot components.

IstioKubernetesMicroservices
0 likes · 8 min read
Understanding Istio Service Mesh: Architecture, Pilot, and Data Plane
Alibaba Cloud Native
Alibaba Cloud Native
Apr 29, 2019 · Cloud Native

This Week’s Cloud‑Native Highlights: Docker Breach, Java 8 in Containers, Kubernetes Updates & More

The weekly roundup covers the Docker Hub breach affecting 190,000 accounts, Java 8’s new container support, Snyk’s 2019 container‑security report, major Kubernetes upstream changes including Federation v2 and Ephemeral Containers, Knative’s build deprecation, Istio 1.1.4 release, Envoy enhancements, a non‑root containerd effort, and a recommendation of the kubeCDN project.

Istiocloud-native
0 likes · 12 min read
This Week’s Cloud‑Native Highlights: Docker Breach, Java 8 in Containers, Kubernetes Updates & More
NetEase Game Operations Platform
NetEase Game Operations Platform
Jan 9, 2019 · Cloud Native

The Evolution of Service Architecture: From Load Balancing to Service Mesh and Cloud‑Native Governance

This article traces the historical shift from program‑centric sockets to service‑oriented architectures, explaining how performance, stability, and access control drove the rise of load balancing, DNS, service governance, micro‑services, and ultimately cloud‑native service‑mesh solutions like Istio.

Cloud NativeIstioMicroservices
0 likes · 21 min read
The Evolution of Service Architecture: From Load Balancing to Service Mesh and Cloud‑Native Governance
AntTech
AntTech
Dec 7, 2018 · Cloud Native

Progressive Service Mesh Migration Strategy at Ant Financial

This article details Ant Financial's progressive Service Mesh migration plan, explaining the challenges of moving massive legacy applications to Kubernetes and Istio, the evaluated evolution routes, key migration practices like network continuity and DNS-based addressing, and the implementation of custom CoreDNS plugins for dynamic DNS updates.

CoreDNSDNSIstio
0 likes · 23 min read
Progressive Service Mesh Migration Strategy at Ant Financial