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...DiscussKubernetes 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...Discusscicd
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...Discuss·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...Discuss·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...Discussgithub-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...Discuss·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 ...Discuss·42 readsDevSecOps
Aniket Purohitaniketpurohit.hashnode.dev·Aug 8, 2024Mastering GitLab CI/CD: How Runners, Executors, and the GitLab Server Work TogetherGitLab is a powerhouse for DevOps, simplifying the software development lifecycle with features like version control, issue tracking, and CI/CD pipelines. Let’s break down how GitLab’s core components—the server, runner, and executor—work together to...Discuss·10 likes#GitLabRunne
Shesh Dharsheshdevops.hashnode.dev·Aug 6, 2024A Practical Guide of DevSecOps with Jenkins CI/CD for Node-todo-CICD-App Development - Integrates seamlessly..In this article, we will be creating a CI/CD pipeline for Node-todo-CICD-App Development. Using DevSecOps methodology with tools like code clone with Git, Pipeline with Jenkins, Docker, Docker Compose, SonarQube, OWASP and Trivy, The project will be ...DiscussDevops
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