Launching your First Kubernetes ClusterWhat is minikube? Minikube is software that allows users to run a Kubernetes cluster of just a single node. It is rather fast to set up and makes for a perfect testing environment for developers to see how their containerized application will run on ...Sep 22, 2023·3 min read
Jenkins Declarative PipelineSome terms for your Knowledge What is a Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarative is a more recent and advanced implementation of a pipeline as a code. Scripted: Scripted was the first ...Sep 7, 2023·2 min read
Freestyle CI/CD Jenkins project with GitHub Web hooks: A Comprehensive GuideDocument the process from cloning the repository to adding webhooks, Deployment, etc. as a README. A well-written readme file will help others to understand your project and you will understand how to use the project again without any problems. In...Sep 6, 2023·2 min read
Complete Jenkins CI/CD ProjectLet's make a beautiful CI/CD Pipeline for Node JS Application 😍 Task-01 I have forked the repository: https://github.com/surajc5/node-todo-cicd.git for the "node-todo-cicd" project Create an AWS EC2 instance Install Jenkins on AWS EC2 instanc...Sep 2, 2023·3 min read
First Jenkins freestyle-project✅We will learn🎓: Jenkins basics. How to create a simple pipeline. How to create a static pipeline(project). ✅Jenkins: Jenkins is an open-source automation server. It helps automate the parts of software development related to building, testing,...Aug 31, 2023·4 min read
Getting Started with Jenkins 😃What is Jenkins? Jenkins is an open-source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Why di...Aug 29, 2023·3 min read
Docker Important interview Questions.What is the Difference between an Image, Container and Engine? Docker Image: A single file with all dependencies and configuration required to run a program or you can say that Image is the template used to create a Docker Container. Docker Con...Aug 29, 2023·6 min read