Detailed Explanation of Pod Controller – Canary Release

Detailed Explanation of Pod Controller - Canary Release

“Learning k8s from Scratch” Canary Release The Deployment controller supports controlling the update process, such as “pause” or “resume” update operations. For example, after a batch of new Pod resources is created, the update process is immediately paused. At this point, only a portion of the new version of the application exists, while the majority … Read more

Distributed Microservices Architecture Episode 109: HTTP Cache Optimization, Nginx Proxy Configuration, Blue-Green Deployment, Jenkins One-Click Traffic Switching Script

Distributed Microservices Architecture Episode 109: HTTP Cache Optimization, Nginx Proxy Configuration, Blue-Green Deployment, Jenkins One-Click Traffic Switching Script

Contact the author via WeChat: xiaoda0423 Repository address: https://webvueblog.github.io/JavaPlusDoc/ https://1024bat.cn/ 🚀 1. Frontend and Backend Cache Strategy Coordination 🔧 1. Frontend: Effectively Utilize Browser Cache Strong Cache (from disk cache / memory cache) The browser hits the strong cache, does not send a request, and directly uses the local cache Suitable for static resources that … Read more