1. Push anything to any branch and observe the job running in github actions, there are three examples under .github/woprkflows folder
vagrant up
rke up
ssh-keygen -t rsa -b 2048
sudo ssh-copy-id -i ~/.ssh/id_rsa [email protected]
export KUBECONFIG=./kube_config_cluster.yml
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
kubectl apply -f argocd/argocd_server_load_balance.yml
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo
8. Open https://192.168.56.11:30008 for gocd web UI
kubectl apply -f argocd/argo_python.yml
http://192.168.56.11:30009/