PDPratiksha Dhotreinargo-cd-project.hashnode.dev·Oct 7, 2024 · 1 min readIntroduction to ArgoCD CLIprerequisite: machine should be mac, ubuntu, Linux Brew should be installed Install argoCD CLI brew install argocd cheetsheet for argo CD cmds https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/ add application using CLI ...00
PDPratiksha Dhotreinargo-cd-project.hashnode.dev·Oct 7, 2024 · 2 min readArgo CD Setup and First ProjectPrerequisite: Install Minikube Install Kubectl Steps To Set Argo CD Note: for more info for minikube use link: https://argo-cd.readthedocs.io/en/stable/ Set Up a minikube server with Argo CD kubectl create namespace argocd kubectl apply -n...00