Jenkins Interview QuestionsLet’s come to the essential part of Jenkins. The interview questions. In this blog, I will discuss Jenkins’s Interview questions. 1. What is Jenkins? Jenkins is an open-source automation server that helps us automate the software development process....Oct 1, 2023·17 min read
An End-to-End Jenkins CI/CD Project Continuously Integrate and Deploy a NodeJS Application using JenkinsSep 23, 2023·7 min read
Day-22 Getting Started with JenkinsIn this blog, I will introduce and explain Jenkins, the lifeline for a CI/CD engineer. Also, I will create a Jenkins freestyle project to understand the working of Jenkins. But let us understand what is CI/CD first. 1. 🔄 CI/CD CI stands for Continuo...Aug 21, 2023·6 min read
Day 20,21 [ Docker CheatSheet, Docker Interview Questions for DevOps Engineer]Container Management CLIs Inspecting The Container Interacting with Container Image Management Commands Image Transfer Commands Builder Main Commands The Docker CLI Manage imagesdocker build docker build docker build [options] . -t "app/conta...Aug 19, 2023·13 min read
Day 20 — Docker Interview Questions for DevOps EngineerNow that I am almost pulling the curtains for the DOCKER topic in the 90 days challenge, here’s the final nail in the coffin. The most exciting part for those who have interviews lined up! The Docker Interview Questions Blog. Along with the answers! ...Aug 16, 2023·9 min read
Day 19 Docker Volume & Docker Network | Docker for DevOpsUntil now, I have learned how to create a docker-compose.yml file and push it to the repository. Let’s move forward and delve deeper into other Docker-compose.yml concepts like Docker Volume and Docker Network. 1. Docker Volumes 📦 Before I explain D...Aug 15, 2023·5 min read
Day 18 — Docker Compose for DevOps Engineers1. Docker Compose Docker Compose is a tool that allows you to define and manage multi-container Docker applications. It uses a YAML file to define the services, networks, and volumes required for the application, making it easy to spin up and manage ...Aug 15, 2023·9 min read
Day 17 Task: Docker Project for DevOps Engineers.In this blog, let’s learn about what a Dockerfile is and use the dockerfile to create a container. 1. Dockerfile Dockerfile is a text file used to define a set of instructions to build a Docker image. When we use the Docker command-line interface (CL...Aug 13, 2023·5 min read