<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0"><channel><title>Home</title><link>https://sreai.net/en/</link><description>Practical notes on SRE, cloud-native reliability, and AI infrastructure.</description><language>en</language><lastBuildDate>Thu, 13 Aug 2026 23:52:33 +0800</lastBuildDate><item><title>Deep Learning in SRE Intelligent Operations Practice</title><link>https://sreai.net/en/posts/aiops-practice/</link><guid isPermaLink="true">https://sreai.net/en/posts/aiops-practice/</guid><pubDate>Mon, 20 Jul 2026 00:00:00 +0000</pubDate><description>As microservice architectures and cloud-native scale grow, traditional threshold-based alerting can no longer meet the need for rapid incident response. This article explores how deep learning-based anomaly detection systems help SRE teams shift from reactive responses to proactive prediction.</description><category>SRE Architecture</category><category>SRE</category><category>AIOps</category><category>机器学习</category></item><item><title>Go Microservices Architecture Practice and Performance Tuning</title><link>https://sreai.net/en/posts/go-microservices/</link><guid isPermaLink="true">https://sreai.net/en/posts/go-microservices/</guid><pubDate>Fri, 15 May 2026 00:00:00 +0000</pubDate><description>This article explores the practical aspects of building high-concurrency microservice systems using Go, including API contract design, service discovery, and load balancing strategies.</description><category>Software Development</category><category>Go</category><category>微服务</category><category>API</category></item><item><title>Cloud-Native Chaos Engineering Practice Guide</title><link>https://sreai.net/en/posts/chaos-engineering/</link><guid isPermaLink="true">https://sreai.net/en/posts/chaos-engineering/</guid><pubDate>Thu, 18 Jun 2026 00:00:00 +0000</pubDate><description>Use Chaos Mesh to simulate network latency, node failures, and Pod anomalies to continuously verify system resilience and automated self-healing mechanisms.</description><category>SRE Architecture</category><category>SRE</category><category>混沌工程</category><category>Kubernetes</category></item><item><title>Building Millisecond-Level Observability with Prometheus + eBPF</title><link>https://sreai.net/en/posts/ebpf-observability/</link><guid isPermaLink="true">https://sreai.net/en/posts/ebpf-observability/</guid><pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate><description>Combine eBPF zero-overhead kernel probes with Prometheus federation clusters to build millisecond-level full-stack observability covering network, storage, and application layers.</description><category>SRE Architecture</category><category>eBPF</category><category>Prometheus</category><category>Observability</category></item><item><title>Kubernetes High Availability and Fault Auto-Healing Practice</title><link>https://sreai.net/en/posts/kubernetes-ha/</link><guid isPermaLink="true">https://sreai.net/en/posts/kubernetes-ha/</guid><pubDate>Thu, 25 Jun 2026 00:00:00 +0000</pubDate><description>Deep dive into control plane multi-active deployment, etcd cluster tuning, Pod anti-affinity strategies, and custom Controller-based fault self-healing best practices.</description><category>SRE Architecture</category><category>Kubernetes</category><category>SRE</category><category>High-Availability</category></item><item><title>Building Enterprise Intelligent Operations Knowledge Base with RAG</title><link>https://sreai.net/en/posts/rag-knowledge-base/</link><guid isPermaLink="true">https://sreai.net/en/posts/rag-knowledge-base/</guid><pubDate>Wed, 15 Jul 2026 00:00:00 +0000</pubDate><description>Leverage LangChain + Chroma vector database to transform historical Runbooks, incident reports, and operations documents into a retrievable intelligent knowledge base for rapid root cause localization in on-call scenarios.</description><category>Artificial Intelligence</category><category>RAG</category><category>AIOps</category><category>LLM</category></item><item><title>LLM Infrastructure Setup and GPU Cluster Performance Tuning</title><link>https://sreai.net/en/posts/llm-gpu-infra/</link><guid isPermaLink="true">https://sreai.net/en/posts/llm-gpu-infra/</guid><pubDate>Wed, 22 Jul 2026 00:00:00 +0000</pubDate><description>Build a large language model inference infrastructure from scratch, covering vLLM distributed deployment, GPU memory optimization strategies, and NVIDIA MIG partitioning practices.</description><category>Artificial Intelligence</category><category>LLM</category><category>GPU</category><category>AI</category></item><item><title>Architecture Evolution Reflections for 2026</title><link>https://sreai.net/en/posts/architecture-evolution-2026/</link><guid isPermaLink="true">https://sreai.net/en/posts/architecture-evolution-2026/</guid><pubDate>Thu, 23 Jul 2026 00:00:00 +0000</pubDate><description>Looking back from mid-2026, from Cloud-Native to AI-Native, from Microservices to Agent collaboration, technical architecture is undergoing an unprecedented paradigm shift. This article documents an SRE engineer's observations and reflections.</description><category>Technology Management</category><category>Architecture</category><category>Management</category></item><item><title>GitOps Workflow Best Practices for Kubernetes Cluster Management</title><link>https://sreai.net/en/posts/gitops-workflow/</link><guid isPermaLink="true">https://sreai.net/en/posts/gitops-workflow/</guid><pubDate>Sat, 25 Jul 2026 00:00:00 +0000</pubDate><description>Explore GitOps best practices for Kubernetes cluster management, using ArgoCD to achieve declarative deployment and automated rollback, improving release efficiency and operational stability.</description><category>SRE Architecture</category><category>GitOps</category><category>Kubernetes</category><category>CI/CD</category></item><item><title>Python Async Patterns: Deep Dive into Coroutines and Event Loops</title><link>https://sreai.net/en/posts/python-async-patterns/</link><guid isPermaLink="true">https://sreai.net/en/posts/python-async-patterns/</guid><pubDate>Sat, 25 Jul 2026 00:00:00 +0000</pubDate><description>An in-depth analysis of Python's asyncio library, from coroutine definitions and event loop scheduling to async context management, helping developers write high-performance concurrent code.</description><category>Software Development</category><category>Python</category><category>Async</category><category>API</category></item><item><title>MLOps Pipeline in Practice: Automating from Model Training to Deployment</title><link>https://sreai.net/en/posts/mlops-pipeline/</link><guid isPermaLink="true">https://sreai.net/en/posts/mlops-pipeline/</guid><pubDate>Sat, 25 Jul 2026 00:00:00 +0000</pubDate><description>Build an end-to-end MLOps automation pipeline from data preparation and model training to production deployment, enabling continuous delivery and monitoring of machine learning models.</description><category>Artificial Intelligence</category><category>MLOps</category><category>AI</category><category>Machine Learning</category></item><item><title>Distributed Database Sharding Strategies and Consistency Guarantees</title><link>https://sreai.net/en/posts/database-sharding/</link><guid isPermaLink="true">https://sreai.net/en/posts/database-sharding/</guid><pubDate>Sat, 25 Jul 2026 00:00:00 +0000</pubDate><description>An in-depth exploration of database sharding strategies for distributed systems, covering hash sharding, range sharding, and distributed transaction consistency guarantee solutions.</description><category>Software Development</category><category>Database</category><category>Distributed</category><category>Go</category></item><item><title>Building an Effective On-Call System: From Postmortems to Proactive Defense</title><link>https://sreai.net/en/posts/incident-management/</link><guid isPermaLink="true">https://sreai.net/en/posts/incident-management/</guid><pubDate>Sat, 25 Jul 2026 00:00:00 +0000</pubDate><description>From alert design, shift scheduling to incident response workflows, systematically build an effective On-Call system that shifts from reactive firefighting to proactive defense.</description><category>Technology Management</category><category>On-Call</category><category>Management</category><category>SRE</category></item><item><title>Terraform Infrastructure as Code Best Practices</title><link>https://sreai.net/en/posts/terraform-best-practices/</link><guid isPermaLink="true">https://sreai.net/en/posts/terraform-best-practices/</guid><pubDate>Sun, 26 Jul 2026 00:00:00 +0000</pubDate><description>Master core Terraform IaC practices including state management, modular design, remote backend configuration, and CI/CD integration</description><category>SRE Architecture</category><category>Terraform</category><category>IaC</category><category>DevOps</category></item><item><title>gRPC-Gateway: Building High-Performance API Gateways</title><link>https://sreai.net/en/posts/grpc-gateway/</link><guid isPermaLink="true">https://sreai.net/en/posts/grpc-gateway/</guid><pubDate>Sun, 26 Jul 2026 00:00:00 +0000</pubDate><description>Deep dive into gRPC-Gateway architecture, protobuf annotation configuration, and REST API translation practices</description><category>Software Development</category><category>gRPC</category><category>Go</category><category>Microservices</category></item><item><title>Envoy Service Mesh Traffic Management in Practice</title><link>https://sreai.net/en/posts/envoy-service-mesh/</link><guid isPermaLink="true">https://sreai.net/en/posts/envoy-service-mesh/</guid><pubDate>Sun, 26 Jul 2026 00:00:00 +0000</pubDate><description>Build a service mesh with Envoy proxy for advanced traffic management, canary releases, and observability</description><category>SRE Architecture</category><category>Envoy</category><category>Service Mesh</category><category>Observability</category></item><item><title>Building Efficient CLI Ops Tools with Rust</title><link>https://sreai.net/en/posts/rust-cli-tools/</link><guid isPermaLink="true">https://sreai.net/en/posts/rust-cli-tools/</guid><pubDate>Sun, 26 Jul 2026 00:00:00 +0000</pubDate><description>Leverage Rust's safety and high-performance characteristics to build modern command-line operations tooling</description><category>Software Development</category><category>Rust</category><category>CLI</category><category>DevOps</category></item><item><title>Vector: Next-Gen Observability Data Pipeline</title><link>https://sreai.net/en/posts/vector-observability/</link><guid isPermaLink="true">https://sreai.net/en/posts/vector-observability/</guid><pubDate>Sun, 26 Jul 2026 00:00:00 +0000</pubDate><description>Deep dive into Vector's pipeline architecture, high-performance data transport, and unified observability strategy</description><category>SRE Architecture</category><category>Vector</category><category>Observability</category><category>Logging</category></item><item><title>Kubernetes FinOps: Cloud Cost Optimization in Practice</title><link>https://sreai.net/en/posts/finops-kubernetes/</link><guid isPermaLink="true">https://sreai.net/en/posts/finops-kubernetes/</guid><pubDate>Sun, 26 Jul 2026 00:00:00 +0000</pubDate><description>Implementing FinOps practices in Kubernetes environments to reduce cloud infrastructure costs through resource optimization and cost visibility</description><category>Technology Management</category><category>FinOps</category><category>Kubernetes</category><category>Cost Optimization</category></item><item><title>PostgreSQL High Availability Architecture Design and Practice</title><link>https://sreai.net/en/posts/postgresql-ha/</link><guid isPermaLink="true">https://sreai.net/en/posts/postgresql-ha/</guid><pubDate>Sun, 26 Jul 2026 00:00:00 +0000</pubDate><description>Designing PostgreSQL high-availability architecture covering streaming replication, failover, load balancing, and backup recovery strategies</description><category>Software Development</category><category>PostgreSQL</category><category>High-Availability</category><category>Database</category></item><item><title>Shift-Left Security in CI/CD Pipelines</title><link>https://sreai.net/en/posts/ci-cd-security/</link><guid isPermaLink="true">https://sreai.net/en/posts/ci-cd-security/</guid><pubDate>Sun, 26 Jul 2026 00:00:00 +0000</pubDate><description>Shifting security left to the early stages of CI/CD pipelines, reducing security risk through automated scanning and policy-as-code</description><category>Technology Management</category><category>CI/CD</category><category>Security</category><category>DevSecOps</category></item></channel></rss>