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鈥檒l 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鈥檚 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路72 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鈥檚 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鈥檚 dig in! What...Discuss路70 readsOne-Offsopentofu
yyounos shaikyoushaik.hashnode.dev路Nov 19, 2024Cloud DevOps - CI/CD with CodePipelineDIFFICULTY : MID-LEVEL TIME : 150 mins COST : 0$ WHAT YOU鈥橪L 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
Munilakshmi G J100daysdevops.hashnode.dev路Nov 18, 2024Day 23 of 100 Days: CI/CD Basics: Setting Up a Simple Pipeline in Jenkins (Let's Automate!)Hello there, budding DevOps engineer! 馃帀 Are you ready to explore the exciting world of Jenkins and CI/CD? Jenkins is your automation wizard, helping you build, test, and deploy code effortlessly. Let鈥檚 create a fun pipeline to say "Hello, World!" wh...Discussci-cd
Fauzeyafauzeya.hashnode.dev路Nov 17, 2024Day 20 Essential Docker Cheat Sheet for DevOps EngineersBasics CommandDescription docker --versionCheck the installed Docker version. docker infoDisplay system-wide information about Docker. Images CommandDescription docker pull <image>Download an image from Docker Hub (or a registry). d...Discuss路3 likes路38 readsDocker
Anish Agrawalanish29801.hashnode.dev路Nov 17, 2024Understanding Jenkins PipelinesIn the fast-paced world of software development, the need for automation and seamless integration between different stages of development, testing, and deployment is greater than ever. Jenkins, an open-source automation server, plays a crucial role i...DiscussDevops