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. ArgoCD is very…