#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Setting Up Kubernetes Locally with Minikube Minikube is a great tool for anyone wanting to learn Kubernetes. It lets us set up a local Kubernetes...
Kubernetes Overview🔎 With the widespread use of containers, Kubernetes is now the main tool for managing and organizing containerized applications....
🟩General Questions❓ 🔴What’s the difference between continuous integration, delivery, and deployment? Continuous Integration (CI): The practice of...
Master-Agent Architecture 🖧 Jenkins Master (Server)🗄️ The Jenkins master, also called the Jenkins server, is the main part of Jenkins. It...
Task:📋 Steps:✅ ╰┈➤Create a Docker-integrated Jenkins declarative pipeline ╰┈➤Check the GitHub trigger for the auto-run job. ╰┈➤Grant permissions...
What is a Pipeline in Jenkins?☑️ A Pipeline is a series of automated steps or jobs linked together in a specific order to achieve continuous...