GitOps with ArgoCD running in Kubernetes for deployment processing
2 min readFeb 22
--
When you are working with Kubernetes cluster you will fast realize you need a kind of tool to deploy your applications when its ready to be shipped, for that, I will recommend using GitHub actions to build your Docker images, ArgoCD to deploy your application to Kubernetes.