Mike Chen's Internet Architecture
Author

Mike Chen's Internet Architecture

Over ten years of BAT architecture experience, shared generously!

601
Articles
0
Likes
1.2k
Views
0
Comments
Recent Articles

Latest from Mike Chen's Internet Architecture

100 recent articles max
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Feb 9, 2026 · Cloud Native

Understanding Kubernetes Load Balancing: Internal and External Strategies

This article explains how Kubernetes implements load balancing both inside the cluster through Services and kube-proxy, and outside the cluster via Ingress controllers or cloud provider load balancers, covering common algorithms such as round‑robin, least connections, consistent hashing, and weighted strategies.

KubernetesService Meshcloud-native
0 likes · 4 min read
Understanding Kubernetes Load Balancing: Internal and External Strategies
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jan 28, 2026 · Backend Development

Boost Web Performance: Master Nginx Static‑Dynamic Separation

This article explains how Nginx can separate static assets from dynamic requests using location rules and reverse‑proxying, provides a complete configuration example, and details the performance gains from zero‑copy file serving, gzip compression, caching headers, and CDN integration.

CachingPerformance Optimizationdynamic requests
0 likes · 5 min read
Boost Web Performance: Master Nginx Static‑Dynamic Separation
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jan 22, 2026 · Cloud Native

Mastering Kubernetes: Complete Architecture, Principles, and Components Explained

This article provides a comprehensive technical overview of Kubernetes, covering its core problems, master‑worker architecture, essential components such as API server, etcd, scheduler, controller manager, kubelet, kube-proxy, container runtimes, and a step‑by‑step deployment workflow, illustrated with diagrams.

ContainersKubernetesOrchestration
0 likes · 5 min read
Mastering Kubernetes: Complete Architecture, Principles, and Components Explained
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jan 17, 2026 · Cloud Native

Deploying Microservices on Kubernetes: A Step‑by‑Step Guide

Learn how to package each microservice into containers and host them on a Kubernetes cluster, covering architecture diagrams, Ingress traffic routing, service discovery, ConfigMap and Secret management, persistent storage, deployment manifests, autoscaling, and CI/CD automation, while avoiding promotional fluff.

ConfigMapKubernetesci/cd
0 likes · 4 min read
Deploying Microservices on Kubernetes: A Step‑by‑Step Guide