FAFaeka Ansariinfyka.hashnode.dev·Mar 27 · 8 min readHow I Tricked ArgoCD Into Sharding on a Single ClusterThe Problem That Bugged Me So I was working on a scaling problem for a fintech startup. We run ArgoCD to manage our Kubernetes deployments. Pretty standard GitOps setup ... nothing fancy. We had aroun00
FAFaeka Ansariinfyka.hashnode.dev·Sep 12, 2025 · 4 min readRetryable Errors in Git Merge AutomationThe other day, while working on Kargo (a project I maintain), I was adding a step runner for Git pull request merging. This step, which I called git-merge-pr, is responsible for taking an open PR and merging it automatically as part of a promotion pi...00
FAFaeka Ansariinadvocate.hashnode.dev·Apr 18, 2024 · 9 min readRooted in happiness: Being Grounded and KindWhat is the ultimate aim of our existence? Not money, not that car, not that job, and not the material possessions or meeting societal expectations. Instead, it centers on a pursuit deeper and more profound: happiness. Yet, we often overlook an inval...03GTM
FAFaeka Ansariinfyka.hashnode.dev·Apr 6, 2024 · 4 min readSlice Secrets in GoLangSlices are one of the most versatile and powerful data structures in Go, offering flexibility and efficiency in managing collections of data, and extremely used in literally every Go Program I have came across. However, there's more to slices than me...00
FAFaeka Ansariinfyka.hashnode.dev·Jan 28, 2024 · 3 min readThe 53 Kubernetes Objects | Quick SipIf you have been using Kubernetes, or studying about it or know at least something about it, you must have encountered Kubernetes Objects some or the other way. FWIMC, Kubernetes objects are those basic building blocks that empower Kubernetes to mana...00