#devops
Read more stories on Hashnode
Articles with this tag
Day 33 -> Working with Namespaces and Services in Kubernetes · What are Namespaces and Services in k8s: In the world of Kubernetes (k8s), Namespaces and...
Day 32 -> Launching your Kubernetes Cluster with Deployment · Introduction: Welcome back to Day 32 of our Kubernetes journey! Today, we're diving into...
Day 29 - Jenkins Important Interview Questions · 1. What’s the difference between continuous integration, continuous delivery, and continuous...
Day 28 - · Understanding Jenkins Agents At the heart of Jenkins lies the master server, orchestrating the execution of pipelines and managing job...
Day 27 -> Jenkins Declarative Pipeline with Docker · Use your Docker Build and Run Knowledge docker build - you can use sh 'docker build . -t <tag>' in...
Day 26 -> Jenkins Declarative Pipeline · 🔹What is Pipeline? In the context of Jenkins, a "pipeline" refers to a series of automated steps or jobs that...