Praduman Prajapatiitspraduman.hashnode.dev·Feb 17, 2025Mastering DevOps: Transforming a Go Web App with End-to-End AutomationSource code & repository of the project 👇 https://github.com/praduman8435/go-web-app In this article, we will implement comprehensive end-to-end DevOps practices on a project that currently lacks any DevOps methodologies! Steps We Will Take: Fir...Devops
Yoel Feuermannfeuermann.hashnode.dev·Feb 13, 2025The Art of the Rollback PlanUnexpected Outage It's Friday night: I had just finished putting the kids to bed. As my wife and I were exhausted from the week, we were happy to have a quiet night. The day before: My team and I pushed a small upgrade to one of our services infras...10 likes·86 readsProactive Planning
Kanha Guptakanhasblog.hashnode.dev·Feb 11, 2025GitOps Explained: A Guide to Workflows and ArgoCD with Hands-on DemoHey Everyone 👋 What is GitOps ? GitOps is a set of practices to manage applications and infrastructure using Git. It builds on the concept of Infrastructure as Code and uses Git repositories and CI/CD to ease the process of managing deployed applica...gitops
Gauravlostinopensrc.hashnode.dev·Feb 9, 2025Opinionated View: Argo CD Vs Terraform for Kubernetes DeploymentsIntroduction: ArgoCD offers several compelling advantages over Terraform for Kubernetes deployments , specially when managing application workloads and maintaining cluster state. GitOps-Centric Approach: Automatic state reconciliation: Argo CD conti...1 likegitops
Amit singh deoraamitsinghs.hashnode.dev·Feb 6, 2025Automated Deployment of Scalable Applications on AWS EC2 with Kubernetes and Argo CDLed the deployment of scalable applications on AWS EC2 using Kubernetes and Argo CD for streamlined management and continuous integration. Orchestrated deployments via Kubernetes dashboard, ensuring efficient resource utilisation and seamless scaling...63 reads#kubernetes #container
Ritesh Kumar Nayakwww.devopswithritesh.in·Jan 29, 2025Streamline Microservices Deployment on AKS Using Azure DevOps CI/CD and GitOpsIn this project, we’ll streamline the deployment of a sample voting application using Azure DevOps. Our target deployment environment will be AKS. This application is publicly available at the Docker Samples repository, and we aim to demonstrate its ...38 readsazure-devops
AL Noor Istiak Mahmudtop-devops-tools-2025.hashnode.dev·Jan 28, 2025Top 10 DevOps Tools You Must Learn in 2025The DevOps landscape is evolving at a breakneck pace, and staying ahead of the curve is no longer optional—it’s a necessity. As organizations continue to embrace cloud-native technologies, microservices, and automation, the demand for skilled DevOps ...FutureOfDevOps
Munilakshmi G J100daysdevops.hashnode.dev·Jan 27, 2025Day 93 of 100 Days: Understanding ArgoCD and Maven in DevOpsIn today's post, we dive into two important tools in the DevOps ecosystem: ArgoCD and Maven. These tools, although serving different purposes, are key players in making the development and deployment processes smoother, faster, and more efficient. Le...maven
Bittu Sharmabittublog.hashnode.dev·Jan 25, 2025ArgoCD Simplified: A Practical Walkthrough for Easy UnderstandingWhat is Argo CD Argo CD is a Kubernetes-native continuous deployment (CD) tool. Unlike external CD tools that only enable push-based deployments, Argo CD can pull updated code from Git repositories and deploy it directly to Kubernetes resources. arg...ArgoCD
Ankita Lunawatcloudhub2295.hashnode.dev·Jan 23, 2025ArgoCD Deep Dives...ArgoCD is a GitOps tool for Kubernetes that automates application deployment from Git repositories, ensuring they match the declared configuration while providing secure and scalable lifecycle management. Traditional continuous delivery methods often...ArgoCD