Install kubernetes. For the local cluster we can use Minikube.
minikube startkubectl create namespace argocdkubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yamlcurl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bashhelm repo add stable https://charts.helm.sh/stablehelm repo updatedocker build -t rferrandop/app-poc:latest .docker push rferrandop/app-poc:latest