Deploying application on Kubernetes Through ArgoCD
Argocd is one of the continuous deployment tools.
It will pull the code from repos whenever there is a change and deploy the applications with those changes.
It is deployed through the below steps on a Kubernetes cluster.
To deploy the Kubernetes clu...
invisible.hashnode.dev1 min read