Phan Văn Hoànghoangpv.hashnode.dev·Dec 12, 2024Argo CD Essential GuidePhần 1: Core Concepts Intro to Argo CD ArgoCDDiscussToolsArgoCD
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...DiscussDevops
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...Discussec2
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...DiscussAWS
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...Discuss·47 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 (...Discuss·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...Discuss·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...DiscussDevops
Merlin Sahamerlin.microworka.com·Nov 6, 2024Setting up ArgoCD on Private Google Kubernetes Engine Cluster for GitOps DeploymentArgoCD is a popular open-source tool for implementing GitOps principles and managing Kubernetes resources declaratively using Git as a single source of truth. In this blog post, we'll learn how to deploy ArgoCD on a private Google Kubernetes Engine (...DiscussArgoCD
Ferris Hallferrishall.dev·Oct 22, 2024GitOps with GitHub Actions and Argo CDThose of you who read my previous post where I tried out Flux CD and Argo CD will know I have been tinkering with automated deployments to my homelab Kubernetes cluster/s. Recently I picked up a short quickstart e-book on GitOps which I thought looke...Discuss·3 likes·184 readsGitHub