Amitabh soniforamitabhdevops.hashnode.dev·Jan 12, 2025DevSecOps Mega Project-Springboot BankappStep 1: Create an IAM User with Administrator Permissions Login to AWS Console: Open the AWS Management Console. Navigate to IAM: Go to the Identity and Access Management (IAM) service. Create User: Click on Users > Add Users. Enter a username, ...2 likes·146 readsDevops
Sachin Talwarsachinatalwar.hashnode.dev·Jan 8, 2025Step-by-Step Guide to Using GitOps and Service Mesh for Microservices in Minikube ( Optimizing Microservices Deployment )Optimizing Microservices Deployment Document for Optimizing Microservices Deployment with GitOps and Service Mesh in Minikube In this blog, we'll explore how to deploy and manage microservices effectively using GitOps and Service Mesh technologies in...10 likesgitops
Vishal Kumarvkproject.hashnode.dev·Jan 7, 2025End-to-End Microservices Management on AWS EKS with ArgoCD and IstioIntroduction This project shows how to set up a Kubernetes cluster using AWS EKS (Elastic Kubernetes Service) and apply GitOps principles with ArgoCD for continuous deployment. Istio is used as a service mesh to manage traffic and support canary depl...3 likesDevops
Pratik Korgaonkarpratik26.hashnode.dev·Jan 6, 2025Setting Up ArgoCD for Continuous Delivery on EKS: A Step-by-Step GuideIn this article, we will explore how to set up ArgoCD on Amazon EKS to enable continuous delivery for your Kubernetes applications. ArgoCD is a powerful GitOps-based tool for automating the deployment and management of applications in Kubernetes clus...39 readsArgoCD
Phan Văn Hoànghoangpv.hashnode.dev·Jan 6, 2025DevOps with Terraform, ArgoCD, Jenkins and AWSAWS Configure Install Jenkins using TerraformProjectDevops
Neha Bawaneneha1302.hashnode.dev·Jan 3, 2025End to End Mega ProjectIntroduction The project is a complete DevOps pipeline designed to automate and optimize the software development lifecycle, from code integration to deployment and monitoring. It incorporates cutting-edge tools and technologies to implement robust C...1 likeSecurity
Azeez Halimatleemahcloud.hashnode.dev·Dec 30, 2024GitOps with Argo CD: Deploying to AWS ECR and Securing with AWS CloudTrailThis project demonstrates the use of GitOps with Argo CD to automate the deployment of a React web app to a Kubernetes cluster, using AWS Elastic Container Registry (ECR) for storing Docker images and integrating AWS CloudTrail for monitoring and sec...ci-cd
Amitabh soniforamitabhdevops.hashnode.dev·Dec 22, 2024How to Install Essential DevOps Tools on Ubuntu/LinuxInstall Essential DevOps Tools on Ubuntu/Linux In this guide, we'll cover step-by-step instructions for installing the following DevOps tools on Ubuntu/Linux: AWS CLI, Docker, Jenkins, Kubernetes (KIND), Minikube, Kubectl, Terraform, Ansible, Prometh...11 likes·176 readsDevops
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