My Journey into GitOps: Why I Stopped Using kubectl and Started Using Git
When I started working with Kubernetes, my go-to command was:
kubectl apply -f deployment.yaml
That’s how I used to deploy apps to the cluster.Simple. Manual. Repetitive. Sometimes risky.
But as things scaled more environments, more services, more p...
apurva-g.hashnode.dev3 min read
Anik Sikder
Turning bugs into features since forever
I started with too felt powerful at first, but quickly turned into a manual mess. GitOps changed the game for me as well. ArgoCD’s auto-sync and rollback features are lifesavers, especially when juggling multiple environments. Curious have you tried integrating ArgoCD with Helm or Kustomize yet? Would love to hear how you manage templating in your setup.