#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Introduction A Namespace is a group of related elements that each have a unique name or identifier. namespace is used to uniquely identify one or more...
✅Introduction 🌟 A Kubernetes cluster is a collection of interconnected computing resources (such as servers or virtual machines) that work together...
✅What is Kubernetes? Write in your own words and why do we call it k8s? Kubernetes is an open-source container management tool that automates...
What’s the difference between continuous integration, continuous delivery, and continuous deployment? Answer-: Continous integration is a development...
✅Introduction🤖 Jenkins Master’s job is to handle: Scheduling build jobs. Dispatching builds to the slaves for the actual execution. Monitor the...
Create a docker-integrated Jenkins declarative pipeline🎉 Steps to create a docker-integrated Jenkins pipeline: Step 1: Log in to your Jenkins...