Tag

istio

1 views collected around this technical thread.

Raymond Ops
Raymond Ops
Apr 24, 2025 · Cloud Native

Mastering Istio Security: Complete Guide to Mutual TLS, Authentication, and Authorization

This article explains how Istio secures micro‑service architectures by providing strong identity, fine‑grained access policies, transparent TLS encryption, and comprehensive AAA (authentication, authorization, audit) mechanisms, covering high‑level architecture, certificate management, peer and request authentication, and authorization policy design.

AuthenticationMutual TLSService Mesh
0 likes · 23 min read
Mastering Istio Security: Complete Guide to Mutual TLS, Authentication, and Authorization
Raymond Ops
Raymond Ops
Jan 21, 2025 · Cloud Native

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

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

EnvoyService MeshSidecar
0 likes · 19 min read
How Istio Sidecar Hijacks Traffic: Deep Dive into iptables and xDS
Raymond Ops
Raymond Ops
Dec 22, 2024 · Cloud Native

Expose Istio Mesh Services with Nginx Ingress: A Step‑by‑Step Guide

This article explains the relationship between API gateways and service meshes, compares exposure methods, and provides a detailed, step‑by‑step guide for exposing services inside an Istio mesh using an Nginx Ingress Controller, including required annotations and configuration details.

API GatewayIngressNginx
0 likes · 8 min read
Expose Istio Mesh Services with Nginx Ingress: A Step‑by‑Step Guide
Architecture & Thinking
Architecture & Thinking
Dec 12, 2024 · Cloud Native

Mastering Istio: Automatic Retries and Timeout Circuit Breaking for Reliable Services

This article explains how to handle intermittent 5xx errors and request timeouts in complex internet services using Istio service mesh, covering system availability levels, retry mechanisms, timeout settings, and concrete VirtualService configurations to improve reliability and user experience.

Service MeshTimeoutcircuit breaking
0 likes · 9 min read
Mastering Istio: Automatic Retries and Timeout Circuit Breaking for Reliable Services
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Dec 6, 2024 · Cloud Native

Full‑Chain Gray Release with Alibaba Service Mesh (ASM) and Kruise Rollout

This guide explains how to implement full‑link gray release using Alibaba Service Mesh (ASM) swimlane isolation together with the open‑source Kruise Rollout framework, providing step‑by‑step configurations, Kubernetes manifests, and command‑line examples for traffic routing, canary deployments, and rollback in a cloud‑native environment.

ASMCanary DeploymentKruise Rollout
0 likes · 19 min read
Full‑Chain Gray Release with Alibaba Service Mesh (ASM) and Kruise Rollout
Architecture & Thinking
Architecture & Thinking
Nov 28, 2024 · Cloud Native

How to Scale Istio Across Hundreds of Services: Real‑World Strategies & Performance Insights

This article shares practical guidance on rolling out Istio service mesh to over ten business lines, covering selection of pilot projects, benefit analysis using access logs, sidecar injection, performance and resource impact, multi‑region active‑active architecture benefits, and rapid fault‑recovery tactics.

ReliabilityService Meshcloud-native
0 likes · 9 min read
How to Scale Istio Across Hundreds of Services: Real‑World Strategies & Performance Insights
Architecture & Thinking
Architecture & Thinking
Nov 13, 2024 · Cloud Native

Implement Traffic Coloring in Service Mesh for Canary Releases & Multi-Version Deployments

This article explains how Service Mesh can use traffic coloring to route requests based on headers, cookies, or query parameters, enabling safe canary releases, diversified version testing, and isolated QA environments in complex production systems.

Service MeshTraffic Coloringcanary release
0 likes · 7 min read
Implement Traffic Coloring in Service Mesh for Canary Releases & Multi-Version Deployments
Architecture & Thinking
Architecture & Thinking
Oct 12, 2024 · Cloud Native

Step-by-Step Guide to Deploying Istio and Configuring the BookInfo Demo

This tutorial walks you through connecting a test machine, downloading and installing Istio 1.8.6, configuring environment variables, deploying the BookInfo sample application, verifying pods and services, setting up inbound traffic, exposing dashboards, and introduces Istio’s core traffic‑management capabilities.

BookInfoDevOpsService Mesh
0 likes · 17 min read
Step-by-Step Guide to Deploying Istio and Configuring the BookInfo Demo
Architecture & Thinking
Architecture & Thinking
Sep 30, 2024 · Cloud Native

Understanding Service Mesh and Istio: Architecture, Deployment, and Traffic Management

This article explains the fundamentals of Service Mesh and Istio, covering their architecture, control‑plane and data‑plane components, deployment modes, key capabilities such as traffic control and security, and the interaction workflow that enables modern cloud‑native microservice environments.

Service Meshcloud-nativeistio
0 likes · 9 min read
Understanding Service Mesh and Istio: Architecture, Deployment, and Traffic Management
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Sep 3, 2024 · Cloud Native

Integrating Alibaba Cloud Knative with Service Mesh ASM: Architecture, Deployment, and Best Practices

This article explains how Alibaba Cloud Knative, built on Kubernetes, works with the ASM service mesh to provide serverless capabilities, detailing its architecture, deployment steps, code examples, and advanced traffic management features such as rate limiting, circuit breaking, and priority scheduling.

ASMKnativeRate Limiting
0 likes · 23 min read
Integrating Alibaba Cloud Knative with Service Mesh ASM: Architecture, Deployment, and Best Practices
DevOps Operations Practice
DevOps Operations Practice
Aug 21, 2024 · Cloud Native

Service Mesh and Microservices Challenges: An Overview of Istio and Its Core Components

This article explains the challenges of microservice architectures, introduces service mesh concepts, and provides an English overview of Istio’s core components and functionalities such as traffic management, security, observability, and policy enforcement for modern cloud-native applications.

ObservabilityService Meshcloud-native
0 likes · 6 min read
Service Mesh and Microservices Challenges: An Overview of Istio and Its Core Components
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
May 2, 2024 · Cloud Native

Understanding Istio Architecture and Core Principles

This article provides a comprehensive overview of Istio, explaining its role as an open‑source service mesh for cloud‑native microservices, detailing the data plane and control plane components, sidecar proxy functions, traffic management, security, and monitoring while also promoting related learning resources.

Service Meshcloud-nativeistio
0 likes · 4 min read
Understanding Istio Architecture and Core Principles
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
May 1, 2024 · Cloud Native

Comprehensive Introduction to Service Mesh

This article provides a detailed, English-language overview of Service Mesh, explaining its role in cloud‑native microservice architectures, the need for it, its core principles—including data and control planes—and key Istio components, while also offering promotional links to related resources.

Control PlaneData PlaneService Mesh
0 likes · 5 min read
Comprehensive Introduction to Service Mesh
Yang Money Pot Technology Team
Yang Money Pot Technology Team
Feb 27, 2024 · Cloud Native

Implementing SwimLane Isolation with Service Mesh and Kubernetes: Architecture, WASM Filters, and CRD Controllers

This article describes how to use Istio Service Mesh, Kubernetes CRDs, and custom WASM Envoy filters to create isolated swim‑lane call chains that prevent branch conflicts, enable full‑link header propagation, and support features such as Java remote debugging, middleware deployment, and hot code reload.

CRDService MeshSwimLane
0 likes · 26 min read
Implementing SwimLane Isolation with Service Mesh and Kubernetes: Architecture, WASM Filters, and CRD Controllers
HomeTech
HomeTech
Jan 5, 2024 · Cloud Native

Service Governance in Cloud‑Native Architecture: Rate Limiting and Circuit Breaking with Istio

This article explains how cloud‑native service mesh (Istio) can be used for service governance, detailing both local and global rate‑limiting implementations and circuit‑breaking strategies, and provides practical EnvoyFilter and DestinationRule configurations used in the Autohome migration.

EnvoyFilterRate LimitingService Mesh
0 likes · 15 min read
Service Governance in Cloud‑Native Architecture: Rate Limiting and Circuit Breaking with Istio
Test Development Learning Exchange
Test Development Learning Exchange
Nov 10, 2023 · Cloud Computing

OpenStack Overview, Advantages, Disadvantages, and Implementation of Traffic Mirroring and Cross‑Host Forwarding with Kubernetes, Istio, and Neutron

This article introduces OpenStack’s core components, outlines its strengths and weaknesses, and provides step‑by‑step code examples for achieving traffic mirroring and cross‑host forwarding using Kubernetes, Istio, and OpenStack networking plugins such as Neutron and Calico.

NeutronOpenStackTraffic Mirroring
0 likes · 7 min read
OpenStack Overview, Advantages, Disadvantages, and Implementation of Traffic Mirroring and Cross‑Host Forwarding with Kubernetes, Istio, and Neutron
Tencent Music Tech Team
Tencent Music Tech Team
Oct 31, 2023 · Cloud Native

Advanced Istio Best Practices – Locality Routing and Service Mesh Optimization

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

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

Strategies for Rolling Restart of Pods During Istio Service Mesh Upgrade

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

DevOpsPod RestartRollout
0 likes · 8 min read
Strategies for Rolling Restart of Pods During Istio Service Mesh Upgrade
Cloud Native Technology Community
Cloud Native Technology Community
Aug 24, 2023 · Information Security

Security Risks of Exposing Private Keys in Istio Service Mesh and Mitigation Approaches

The article analyzes how private keys for workloads uploaded via Istio Ingress gateways can be exposed in plaintext, stored in memory, and extracted using tools like OpenSSL and GDB, and discusses mitigation strategies such as Intel SGX‑based protection.

GDBService Meshcloud-native
0 likes · 8 min read
Security Risks of Exposing Private Keys in Istio Service Mesh and Mitigation Approaches
政采云技术
政采云技术
Aug 10, 2023 · Cloud Native

Detailed Overview of Kubernetes Gateway API

This article provides a comprehensive guide to Kubernetes Gateway API, covering its evolution from Ingress, core concepts, resource types, configuration examples, role‑based design, cross‑namespace routing, and practical steps for installation, deployment, and management using Istio and other controllers.

API GatewayGateway APIIngress
0 likes · 39 min read
Detailed Overview of Kubernetes Gateway API