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