VPVishal Paritinvishalp.hashnode.dev·2d ago · 9 min readThe Self-Healing Cluster: Building an Automated GitOps Pipeline on DigitalOcean Kubernetes (DOKS)When software engineers first transition to Kubernetes, the initial magic is driven by a familiar cadence: compile a container, push it to a registry, and run a sequential script of manual kubectl app00
PPPRATYUSH PAHARIinpraty.hashnode.dev·Jun 13 · 97 min readFrom Localhost to Production: The Complete Guide to Deploying Spring Petclinic Microservices on AWS EKS with Terraform, Helm, ArgoCD, Observability, and AI-Assisted DevelopmentChapter 1: Introduction — The Real Story Knowing Kubernetes is not the same as running Kubernetes in production. I knew that difference existed before I started this project. During DevOps Micro Inter00
GOGreg Odiingregodi-devops.hashnode.dev·Jun 10 · 4 min readHow 10 Engineers Built a Production-Grade DevOps Pipeline in 2 WeeksIntroduction Two weeks. Ten engineers. One shared goal: deploy a production-grade microservices application on AWS with full CI/CD, GitOps, Kubernetes, and observability — from scratch. This is the st00
HLHatim Lohaingitworkflowjourney.hashnode.dev·Jun 10 · 2 min readLesson 1 — Git & GitHub JourneyLesson 1 — Git & GitHub Journey What is Git? Git is a version control system. It tracks: file changes code history who changed what rollback versions team collaboration Think like: Save Game Sy00
SFSteve Fentoninfenton.hashnode.dev·Jun 8 · 4 min readGitOps Makes for Great DevEx, but Pragmatism MattersKubeCon in Paris was an amazing opportunity for like-minded people to gather together to talk about Kubernetes, GitOps and cloud native computing. We took the opportunity to survey expert developers a00
OIObinna Iheanachoindev-acho.hashnode.dev·Jun 7 · 7 min readGitOps from scratch: ArgoCD + self-hosted Gitea on a Raspberry Pi clusterPreviously, I ripped out ingress-nginx and replaced it with Envoy Gateway and Gateway API. This week, I stopped using kubectl apply to deploy things. That's not an exaggeration; every change to my clu00
HRHritik ranjaninblogs.hritikranjan.in·Jun 3 · 21 min read🚀 DevOps Week 9.1 – Complete CI/CD Journey with Jenkins & GitHub Actions📘 Introduction to CI/CD 🚀 🌟 Why Modern Software Needs CI/CD Imagine a company with hundreds of developers working on the same application. Every day, new features, bug fixes, and security updates a00
MHMuhammad Hassaan Javedinblog.infraforge.agency·Jun 2 · 10 min readArgoCD CVE-2022-24348: a Secret leak that hid in log volumeThe first thing we saw in Loki was a fanout service log line that contained the string 'a2V5Y2xvYWstY2xpZW50' repeated about 40 times in a single minute. Base64 decode: 'keycloak-client'. The fanout s00
AOAdedoyin Ogunsolainadehorizon.hashnode.dev·Jun 2 · 2 min read🚀 End-to-End DevOps: Building a Production-Ready Microservices Application𝘃𝗶𝗲𝘄 𝘁𝗵𝗲 𝗽𝗿𝗼𝗷𝗲𝗰𝘁 𝗼𝗻 👉 𝗴𝗶𝘁𝗵𝘂𝗯 When utilizing managed cloud providers (GKE, AKS, EKS), You've handed major part of the operational overhead to the cloud provider but engineering10
FHFerris Hallinferrishall.dev·May 20 · 16 min readFlux CD Deep DiveI've covered FluxCD Vs Argo CD, and I've covered a Deeper Dive into Argo CD in previous blog posts, so it only seems fair to take a deeper look into Flux CD. Bootstrapping To get started, first, we ne00