Balraj Singhbalrajsingh.hashnode.dev·Dec 16, 2024Automated AWS DevOps CI/CD Pipeline for Amazon Prime CloneIn today's fast-paced tech world, automating application deployment and infrastructure management is essential. This project shows how to set up a complete CI/CD pipeline, use AWS EKS for Kubernetes deployment, and integrate Grafana and Prometheus fo...1 likeTerraform
Luc Caocaoluc.hashnode.dev·Dec 15, 2024ArgoCD: A Deep Dive into Kubernetes Secrets and Sealed Secrets in ArgoCDKubernetes Secrets: An Overview The Problem with Sensitive Data in Deployment Manifests When deploying applications like MySQL, we often need to pass sensitive information such as database passwords or root credentials. Including these directly in a ...ArgoCD
Phan Văn Hoànghoangpv.hashnode.dev·Dec 12, 2024Argo CD Essential GuidePhần 1: Core Concepts Intro to Argo CD ArgoCDToolsArgoCD
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
Gerlyn Mgerlynm.hashnode.dev·Nov 24, 2024Deploy Java Helm chart on EKS using ArgoCD and GitHub Actions / DevOps Project - 1In this Article we are going to deploy a java application on AWS EKS cluster. For that we are going to containerize the application, creates Helm charts, install Argocd on EKS cluster, Using GitHub Actions for CI also we are using nginx ingress contr...11 likesDevops
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
Pravesh Sudhapraveshstwt.hashnode.dev·Nov 21, 2024Deploying a Voting App with ArgoCD and Kubernetes: A Beginner-Friendly Guide💡 Introduction: Welcome to the world of DevOps! In this blog, we’ll embark on an exciting journey to build a full-fledged CI/CD project from scratch. We’ll start by creating an EC2 instance to serve as our working environment. From there, we’ll clon...1 like·39 readsDocker
Manoj Shetmanojshet.hashnode.dev·Nov 14, 2024Building a Comprehensive CICD Pipeline for a Java-Based Banking ApplicationIntroduction In today’s fast-paced digital landscape, the ability to deliver software quickly, reliably, and securely has become a cornerstone of successful businesses. DevOps has emerged as a transformative approach to streamline software developmen...cicd
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 (...ArgoCD
Mwanthi Danielbughunters.hashnode.dev·Nov 5, 2024CICD: Microservices Deployment on a Scalable Amazon EKS Cluster with Jenkins, ArgoCD, Terraform, Prometheus, and GrafanaIntroduction This project implements a fully automated workflow for building and deploying a monorepo-based microservices architecture. Using Jenkins and ArgoCD, we will develop an efficient CI/CD workflows to automate the building process of various...1 like·82 readsAWS