Althaf Hussainalthaf-hussain-jenkins-ci-cd.hashnode.dev·Dec 16, 2024Mastering CI/CD with Jenkins: A Complete Guide for BeginnersJENKINS — CI/CD — PIPELINE 👋 Welcome to the CI/CD world! What is CI/CD? CI- Continuos Integration CD — Continuos Deployment CD — Continuos Delivery Continuous Integration: Continuous Integration (CI) is the practice where developers regularly merge...Jenkins
vikas bhaskar vooradidevjourney.co.in·Dec 15, 2024Building a Dockerfile on Docker for Desktop (Windows) to Run Python Script and Capture Output in a FileLet’s break down each section step by step Build Docker file 1. FROM ubuntu: FROM ubuntu 2. Install Python and pip: RUN apt-get update && apt-get install -y python3 python3-venv apt-get update: Updates the package list to make sure we get the late...Python
vikas bhaskar vooradidevjourney.co.in·Dec 13, 2024Create SonarQube User & Integrate Jenkins Pipeline for Seamless ScanningToday, in this post, I’ll walk you through how I created a new SonarQube user, granted all necessary privileges, added the user to groups, assigned admin rights, and integrated them into Jenkins for seamless code scanning. Create new user on Sonarqub...28 readssonarqube installation
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Oct 16, 2024Building a CI Pipeline for PetClinic Application Project: Step-by-Step InstructionsWhy Test the Docker Image in the Feature Branch Pipeline? Catch Issues Early: If there are bugs in the Docker image or environment setup, it’s much better to catch them at the feature branch level. This way, you don’t introduce broken code into the...Kubernetes Basics: A Beginner’s Guideci-cd
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Oct 5, 2024CI/CD Deployment Process: Build Once, Test Across EnvironmentsIn modern DevOps practices, the goal is to deliver high-quality software rapidly, while maintaining consistency and minimizing risk. A key principle that enables this is the concept of "build once, deploy everywhere." This means that a single artifac...cicd
TechDevotionkishorgujar.hashnode.dev·Oct 2, 2024GitOps: The Mall of Modern DevOpsHey Folks, Welcome Back! In the world of DevOps, engineers often face challenges with CI/CD pipelines. GitOps can really help, especially with the CD (Continuous Delivery) part. GitOps is based on version control and offers benefits like security, sc...1 likeDevops
Naren Pnaren4b.hashnode.dev·Sep 15, 2024🐬Step-by-Step Guide to Setting Up Multiple Kind Clusters on a Single Host🐬In this blog post, I explain how to Step-by-Step Guide to Setting Up Multiple Kind Clusters on a Single Host and set up secure communication between pods in different clusters. Whether you're looking to enhance your Kubernetes knowledge, or simply in...41 readsKubernetes
Amrit Poudeleramritpoudel.hashnode.dev·Sep 9, 20242.Understanding env, vars, and Contexts in GitHub Actions: A Practical GuideIn the world of DevOps, automation is key, and GitHub Actions makes it easy to automate tasks for continuous integration and deployment. Recently, I’ve been diving deeper into GitHub Actions, particularly around using environment variables (env), Git...github-actions
Amrit Poudeleramritpoudel.hashnode.dev·Sep 6, 20241.Using Third-Party Actions in GitHub Actions: Automating CI for a React ApplicationAs part of my DevOps journey, I’ve been exploring how GitHub Actions can streamline Continuous Integration (CI) processes. Recently, I focused on using third-party actions in GitHub Actions to automate tasks without writing them from scratch. This is...7 likesgithub-actions
Atif Kundlikatifincloud.hashnode.dev·Aug 15, 2024How to Implement DevSecOps for WANDERLUST: A Complete Deployment GuideThe goal of this project was to implement a robust CI/CD pipeline using Jenkins to automate the build, test, and deployment processes for the Wanderlust application. This pipeline was designed to ensure quality and security at every stage, from code ...44 readsDevSecOps