#happy-learning
Read more stories on Hashnode
Articles with this tag
Install Minikube on your local Step 1: Update your package lists. sudo apt update Step 2: Install some basic required packages. sudo apt install -y...
✅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...
✅Introduction🌈🌟 A Declarative Pipeline is a more structured and simplified way to define your build pipeline and continuous integration (CI) and...
create an agent for your app. Create a new Jenkins freestyle project for your app. In the "Build" section of the project, add a build step to run the...