Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Nov 15, 2024Mastering CI/CD with Jenkins and Freestyle ProjectsIntroduction In today's fast-paced software development landscape, Continuous Integration (CI) and Continuous Delivery (CD) are essential practices for maintaining high-quality software delivery pipelines. This technical guide explores how to leverag...Discuss#90daysofdevops
Kiran Pawarkiranpawar.hashnode.dev·Nov 15, 2024Setting Up a CI/CD Pipeline for a Spring Boot Application on AWSThis tutorial guides you through setting up a CI/CD pipeline to deploy a Dockerized Spring Boot application to AWS. We’ll create a Dockerfile, build an image, push it to AWS Elastic Container Registry (ECR), and deploy it using AWS Elastic Container ...Discuss#cicd #jenkins #goal
Mohammed Umarumarcode.hashnode.dev·Nov 6, 2024Building CI/CD Pipelines with Docker, Jenkins, and AWS for a Web ApplicationIn today’s fast-paced development world, Continuous Integration (CI) and Continuous Deployment (CD) have become essential practices to streamline the software delivery pipeline. Recently, I had the opportunity to build and implement a robust CI/CD pi...Discuss·57 readscicd
Akash Sutarlearn-jenkins.hashnode.dev·Sep 22, 2024Introduction to Jenkins- Day 1Introduction This article briefs about "Jenkins", a tool for continuous integration and continuous delivery (CI/CD). What is Jenkins? Jenkins is an open-source automation server widely used for continuous integration (CI) and continuous delivery (CD)...DiscussJenkins-in-10-days#cicd #jenkins #goal
Vibhuti Jainvibhutijain.hashnode.dev·Sep 9, 2024Day-22 : Getting Started with JenkinsWhat 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. Jenkin...DiscussJenkins
Hema Sundharam Kollahemasundharamkolla.hashnode.dev·Jul 31, 2024Mastering CI/CD: A Beginner's Guide to Streamlined DevOps PracticesWhat is CI/CD? Introduction In today’s fast-paced development environment, continuous integration and continuous delivery (CI/CD) are essential for efficient and reliable software deployment. This article explores how Jenkins and Kubernetes, along wi...DiscussDevops
kalyan dahakeaekshant.hashnode.dev·Jul 27, 2024First Jenkins CI/CD PipelineContinuous Integration and Continuous Deployment (CI/CD) are crucial practices for modern software development, ensuring that code changes are automatically built, tested, and deployed. In this blog, we'll walk you through setting up a secure SSH con...Discuss·49 reads#cicd #jenkins #goal
Vikramvikramkumar.hashnode.dev·May 26, 2024Continuous Integration and Continuous Delivery (CI/CD): An Essential GuideIntroduction In the world of modern software development, speed, efficiency, and reliability are paramount. Continuous Integration (CI) and Continuous Delivery (CD) are practices that address these needs by streamlining the software development and d...Discusscicd
Shesh Dharsheshdevops.hashnode.dev·May 25, 2024DevSecOps :- Project of Netflix Clone with CI/CD Jenkins Pipeline on Docker Container with Monitoring..Project Synopsis: Here we will be using Jenkins as CI/CD Pipeline tool and deploying our applications on a Docker container and would be monitor Jenkins pipeline with Prometheus, Grafana and Node exporter tool. Project Footsteps. Create an Ubuntu OS...Discuss·1 likeDevops
Sakeena Shaiksakeenashaik.hashnode.dev·May 12, 2024✨Build a spring boot-based Java application using CICD✨Goal:⚡️Build a spring boot-based Java application using Maven and deploy this application on Kubernetes using CICD⚡️We accomplish this by adhering to the procedure outlined below, which integrates CI/CD implementation at each stage Activities in thi...Discuss#cicd #jenkins #goal