Kanav Gathe90-days-of-devops-kanav.hashnode.dev·an hour agoJenkins Interview Guide: From Basic Concepts to Real-World ScenariosGeneral Questions 1. What's the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI) focuses on automatically integrating code changes from multiple developers into a shared repository...Discuss·10 likes#90daysofdevops
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·2 hours agoUnderstanding Jenkins: A Comprehensive GuideWhat is Jenkins? Jenkins is an open-source automation server that has become the de facto standard for continuous integration and continuous delivery (CI/CD) in software development. It acts as a crucial middleman between your development process and...Discuss·10 likes#90daysofdevops
Ammar Khanforjenkins_fundamentalsjenkins-basics.hashnode.dev·2 hours agoJenkins FundamentalsIntroduction In this blog, I’ll guide you through how to install and set up Jenkins. Then, I'll show you how to create a basic pipeline that uses Jenkins to clone a Git project. This is a great way to get started with Jenkins and learn how to automat...DiscussJenkins
sneh srivastavasnehcreate.hashnode.dev·Nov 20, 2024Deploying a Django App on Kubernetes (Kind): End-to-End Guidehttps://www.canva.com/design/DAGW_4wnM-I/rzCoa11eMh5eokDUEjw-hg/edit?utm_content=DAGW_4wnM-I&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton In this article, I’ll walk you through the process of deploying a Django To-Do application...DiscussDevops
Jayachandra Rapolujayrapolu.hashnode.dev·Nov 20, 2024How to Use Azure Boards for Effective Agile Project ManagementIn today’s fast-paced world, Agile project management has become the gold standard for teams looking to deliver high-quality products quickly and iteratively. Whether you are part of a small startup or a large enterprise, tracking your work efficient...DiscussAzure
Abhayabhayit2000.hashnode.dev·Nov 19, 2024Continuous Integration Testing - GuideContinuous Integration (CI) stands as a pivotal force in the ever-evolving realm of software development, seamlessly intertwining with DevOps and Agile methodologies. The essence lies in developers integrating code changes multiple times daily, ensur...Discuss·79 readscontinuous integration testing
Harsh Soniharshdevopss.hashnode.dev·Nov 19, 2024Ansible Real-Time Project: Hands-On ImplementationIn this blog, I'll share a step-by-step guide for a real-time project I recently worked on using Ansible. The project involves automating tasks on AWS EC2 instances. If you're new to Ansible, this is an excellent way to understand key concepts like l...Discuss2Articles1Week
Kieran LoweProkieranlowe.io·Nov 19, 2024Implementing Self-Hosted GitHub Action Runners using AWS CodeBuildI saw an interesting announcement from AWS What’s New? some time back regarding GitHub Actions and native AWS CodeBuild integration. This allows you to use AWS CodeBuild to be the compute for your self-hosted GitHub Action Runners. Let’s dig in! What...Discuss·71 readsOne-Offsopentofu
yyounos shaikyoushaik.hashnode.dev·Nov 19, 2024Cloud DevOps - CI/CD with CodePipelineDIFFICULTY : MID-LEVEL TIME : 150 mins COST : 0$ WHAT YOU’LL NEED: An AWS account - Create one here! part-1 : Building an WebApp and IDE in AWS. Part-2 : Setting up Git reposirtory with AWS CodeCommit. Part-3 : Secure Project Dependencies with AW...DiscussAWS
Akaeze Kosisochukwuaudrey01.hashnode.dev·Nov 18, 2024A Comprehensive Guide to Containerizing Applications, Orchestrating with Kubernetes, and Monitoring with Prometheus.This article is a step-by-step practical guide on deploying a containerized application on Amazon EKS, monitoring the application using Prometheus and Grafana, and creating a CI/CD Pipeline to facilitate our workflow. The Frontend uses NextJs while t...Discuss·1 like·59 readsDocker