Vaidansh BhardwajforKubesimplifykubesimplify.hashnode.net·May 12, 2022Introduction to CI/CD & CI/CD PipelineWith the ever-evolving tech industry, it's crucial to deliver bug-free code expeditiously, this is where a CI/CD pipeline plays a pivotal role. But what is CI/CD, let's learn about it in this blog. Overview Firstly, CI/CD stands for Continuous Integr...Sreekesh Iyer and 5 others are discussing this6 people are discussing thisDiscuss·87 likes·10.5K readsCI/CD
Kunj Patelkunj.hashnode.net·Apr 12, 2023A Deep dive into DevOps #2What is CI/CD? Continuous Integration and Continuous Delivery, or CI/CD, is a set of software engineering practices that involve continuous automation of the software development pipeline. CI/CD ensures that code changes are tested, built, and deploy...Discuss·21 likes·29 readsDevops
Harsh Dagaharshdaga.hashnode.net·Mar 20, 2023Continuous Deployment with GitHub Actions and AWS App RunnerIn this blog, I will simplify the process of creating a CI/CD build pipeline using GitHub actions, AWS ECR and AWS App Runner. I will provide a step-by-step guide to creating a workflow and automating workflow to deploy the app whenever we commit in ...Discuss·20 likes·53 readsDevops
Abhay SinghforAbhay Singhabhaysingh.hashnode.net·Mar 16, 2024The Ultimate MLOps Roadmap: Master Docker and Kubernetes for Machine Learning SuccessIntroduction: Are you ready to streamline your machine learning operations? This comprehensive MLOps guide will show you how to seamlessly integrate Docker and Kubernetes for maximum efficiency. Let’s dive in! Understanding the Fundamentals Containe...DiscussAWS
Nishant SharmaforNishant's blognishantsharma.hashnode.net·Apr 24, 2023Jenkins Interview QuestionsWhat’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI): Merging code changes into a single codebase multiple times a day to quickly find and fix any problems. It is the practi...Discuss·6 likes·153 readsDevops
Jimmy MoforJimmy Mo's Tech Blogjimmoblog.hashnode.net·Apr 24, 2023Power Platform CI/CD - How to run Power Platform CLI from GitHub hosted runnerAutomating Power Platform solution deployment has always been a topic of my interest. Recently, a friend of mine encountered an issue with GitHub Actions for the Microsoft Power Platform. Essentially, he was frustrated that there wasn't an action ava...Discuss·28 readsPowershell
Hein Htet WinforHeinuxheinhtetwin.hashnode.net·Apr 24, 2023Building a Gitlab CI/CD Pipeline for AWS EKS Cluster DeploymentIntroduction In this article, I will be writing about how to deploy our sample React application to AWS EKS Kubernetes cluster from our source repository in Gitlab using Gitlab CI. Pre-requisites It is good for you to have the following knowledge, bu...Discuss·44 readsEKS
Ajinkya Kumbharforajinkyak423.hashnode.net·Apr 23, 2023CI/CD Introduction - Part IIntroduction In today's fast-paced and rapidly changing software development world, delivering software quickly and efficiently has become more critical than ever before. Continuous Integration and Continuous Delivery, commonly known as CI/CD, have b...Discuss·1 likeci-cd
Ashutosh MahajanforAshutosh Mahajan's blogashutoshamblogs.hashnode.net·Apr 23, 2023Building a DevOps Pipeline with Jenkins Freestyle Projects: Best Practices and Tips📍 Introduction: DevOps has become a key approach for modern software development teams looking to achieve faster, more efficient and higher quality releases. Jenkins, an open-source automation server, has been widely adopted as a popular tool for im...Discuss·29 readsDevops
DevOps with BiswojitforDevOps with Biswojitbiswojit-hashnode-devops.hashnode.net·Apr 22, 2023How to create a full CI/CD pipeline with JenkinsOne of the game changers in modern software development is Continuous Integration and Continuous Development (CI/CD). Both large, established organizations and small, growing companies use CI/CD to deliver software faster and to detect bugs in the so...Discuss·1 like·169 readsDevops
Fabrizio CafollaforFabrizio Cafolla | Tech Blogfabriziocafolla.hashnode.net·Apr 22, 2023IaC management on AWS cloud environment with CDK (pt. 1)IaC management on AWS cloud environment with CDK (pt. 1) Overview The concept for this series of articles is to explain what and how the CDK framework interacts with AWS to create cloud infrastructure. The series will be split into three articles: T...DiscussAWS
ILYAS RUFAIforiEase DevOps' Blog | ILYAS RUFAIrufilboy.hashnode.net·Apr 21, 2023Strategies for Managing Secrets and Sensitive Data in Your CI/CD PipelineIn today's world, security is a top priority for any organization, especially in the world of DevOps and Continuous Integration/Continuous Deployment (CI/CD). Organizations need to manage secrets and sensitive data in their CI/CD pipeline in a way th...Discuss·1 likeDevOps2Articles1Week
Shivam MahajanforShivam Mahajan's blogshivammahajan.hashnode.net·Apr 19, 2023Part-2: Building CI/CD using GitHub Actions, SonarCloud, and ArgoCD on Google Kubernetes EngineIn Part 2 of this series, we'll explore the tools and techniques to streamline your development process and deliver high-quality software with ease. Building a robust CI/CD pipeline can help you automate the deployment process, ensure the quality of ...DiscussCI/CD