Okesanya Samueldevopsmaestro.hashnode.dev·Dec 19, 2024Cost Optimization and Automation: A Full Stack GitOps WorkflowIntroduction This might be an unusual way to start an article, but have you ever heard of a developer accidentally deleting an application branch? It happens! When designing and implementing infrastructure, there are many moving parts, especially as ...2 likesGrafana
Ferris Hallferrishall.dev·Dec 17, 2024Automating GitHub releases with Release PleaseI was recently introduced to a GitHub Action called release-please which I’ve enjoyed using and seeing in action, so naturally to get a better understanding of it I’m writing this short blog post! Hopefully, someone finds it useful. So a quick overvi...release-please
Phan Văn Hoànghoangpv.hashnode.dev·Dec 12, 2024Argo CD Essential GuidePhần 1: Core Concepts Intro to Argo CD ArgoCDToolsArgoCD
Venkatesh Sarivisettyiamvenkat.hashnode.dev·Dec 2, 2024GitOps: The Future of Continuous DeliveryIn the ever-evolving world of software development, GitOps has emerged as a revolutionary approach to continuous delivery. It leverages the power of Git, a version control system, to automate and streamline the deployment process. This blog will expl...Devops
Neha Bawaneneha1302.hashnode.dev·Nov 29, 2024Automated Scalable App Deployment with Kubernetes & Argo CDIntroduction Automating the deployment of applications helps organizations manage their infrastructure more efficiently and scale quickly. AWS EC2 provides flexible cloud servers, while Kubernetes helps automate the deployment, scaling, and managemen...ec2
Nitheesh PoojaryforfreeCodeCampfreecodecamp.org·Nov 26, 2024How to Simplify AWS Multi-Account Management with Terraform and GitOpsIn the past, in the world of cloud computing, a company's journey often began with a single AWS account. In this unified space, development and testing environments coexisted, while the production environment lived in a separate account. This arrange...AWS
Engin Diriblog.ediri.io·Nov 24, 2024Argo CD: Enable Helm Support in KustomizeTL;DR: The code https://github.com/dirien/quick-bites Nothing is more controversial in the Kubernetes community than whether to use Helm or Kustomize. I always advocate the philosophy of using the right tool for the right job. It avoids the problem...51 readsArgoCD
OLUWASEUNseunayolu.hashnode.dev·Nov 24, 2024Understanding GitOps: The Future of DevOps PracticesGitOps is a modern paradigm that revolutionizes how we manage and deploy infrastructure and applications by treating Git as the single source of truth. Coined by Weaveworks in 2017, GitOps merges the best practices of DevOps, Infrastructure-as-Code (...10 likes·34 readsGitOpsgitops-concepts
Priya Raimagiyapriya1234.hashnode.dev·Nov 22, 2024GitOps in DevSecOps: Unlocking Enhanced Security and Automation for Your Development PipelineIn 2023, cyberattacks surged by 38% globally, with many breaches linked directly to vulnerabilities in CI/CD pipelines and misconfigured infrastructure. How many of these attacks could have been avoided if security was an inherent part of the develop...20 likesgitops
mohamed nasserdevnasser.hashnode.dev·Nov 8, 2024GitOps vs. DevOps: Understanding the Key Differences in Software DeliveryBoth DevOps and GitOps aim to streamline software delivery, but each approach has its unique principles and workflows. While DevOps focuses on collaboration and automation, GitOps emphasizes declarative configuration and uses Git as the single source...Devops