SUMIT DESHMUKHsumitdeshmukh.hashnode.dev·5 hours agoJnkins CI/CD ToolJenkins Tool Jenkins is the tool which is developed by sun microsystem in 2004 under the name Hudson. Then it named as Jnekins after oracle bought microsystem. Jenkins is openSouce CI/CD tool which is written in java programming language it can run...Devops
Faizan Shaikhfaizanshaikh.hashnode.dev·5 hours agoMastering Docker-in-Docker (DIND) and Advanced ContainerizationIntroduction In the world of DevOps and cloud computing, containerization has revolutionized software deployment and management. Docker, one of the most popular containerization tools, introduces advanced techniques to enhance flexibility and scalabi...Docker
Ankush Diwakarlearndocker.hashnode.dev·15 hours agoGetting started with docker🐋Docker is an open-source platform that allows developers to automate the deployment of applications inside lightweight, portable containers. Containers package an application with all its dependencies and configurations, ensuring that it runs consist...Docker
Ankita Lunawatcloudhub2295.hashnode.dev·16 hours agoTo deploy Jenkins using a Docker imagePrerequisites : AWs account with EC2 instance. Docker Hub account. Docker is a platform that runs applications in isolated environments called containers, where applications like Jenkins are downloaded as read-only images and run as containers, w...Docker
Omkar Mahanduleautomate-cicd.hashnode.dev·18 hours agoAutomating CI/CD for MyNotes: A Seamless Deployment PipelineIntroduction Continuous Integration and Continuous Deployment (CI/CD) is a game-changer in modern software development. It streamlines code integration, testing, and deployment, ensuring rapid and reliable delivery of applications. In this blog, I’ll...10 likesautomation
Amaan Sayyedamaansayyed.hashnode.dev·Feb 17, 2025Seamless MERN Stack Deployment with Jenkins CI/CD AutomationHey there! If you're working on web applications and want to automate deployment, you're in the right place. Recently, I set up a Jenkins CI/CD pipeline to deploy a MERN stack application on an AWS EC2 instance, and it made the entire process effortl...Jenkins
Chinnayya Chinthapipeline-cicd.hashnode.dev·Feb 17, 2025Code Quality Pipeline and Release Pipeline in CI/CDThe Code Quality Pipeline and Release Pipeline are two distinct but interconnected parts of a Continuous Integration and Continuous Deployment (CI/CD) process. They serve different purposes in ensuring that code is both high-quality and ready for dep...interview
Pravesh Sudhablog.praveshsudha.com·Feb 17, 2025Streamlining AWS Deployments: Jenkins & Terraform in Action with the 2048 Game💡 Introduction Welcome to the world of DevOps! Today, we're diving into an exciting project where we automate AWS infrastructure using Jenkins and Terraform while deploying the 2048 game on our server. We’ll kick off by provisioning a t3.small EC2 i...Devops
Dharansh Neemadharanshneema.hashnode.dev·Feb 16, 2025Jenkins Pipeline Project on AWS EC2 instanceHey techies! Welcome to another article on Jenkins, where we will create a CI/CD pipeline using Jenkins for a simple project and deploy it on an EC2 instance with an Ubuntu flavor. The project flow will look like this: EC2—>Setup Jenkins—>Jenkins Pip...Jenkins
Saad Asif Mujawaressentialsofdevops.hashnode.dev·Feb 16, 2025Jenkins Fundamentals - Part 1What is Jenkins ? You had often get to hear about Jenkins, specially if you are aspiring DevOps. Or maybe you are hearing first time ! Anyways, Jenkins is a server for CI/CD (i.e Continuous Integration and Continuous Delivery/Deployment) in DevOps. I...Jenkins