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

Essential Ansible Basics Before the Interview

Essential Ansible Basics Before the Interview

First, let’s address the leftover issues from Jenkins. Below is the original pipeline code to add a non-image to the cluster as a deployment. pipeline { agent { kubernetes { inheritFrom 'default' namespace 'xiejiajia' serviceAccount 'jenkins-sa' // Use the newly created ServiceAccount } } environment { ACR_SERVER = 'registry.cn-hangzhou.aliyuncs.com' ACR_NAMESPACE = 'nginx-vmware' ACR_REPOSITORY = 'jenkins-test' … Read more

10 Essential Testing Tools You Must Master!

10 Essential Testing Tools You Must Master!

Many newcomers in the industry tend to scour the internet for a plethora of resource packs (although most people save them without reading), and each resource pack is organized in different ways, leading to varying knowledge acquisition that is not systematically learned. Therefore, today I will help everyone organize the essential software testing tools, classified … Read more