Demo to deploy a local Kind cluster with Tekton and ArgoCD
pip install ansible ansible-lint kubernetes passlib
or shorter
pip install -r requirements.txt
To set up a Kind-Cluster with ArgoCD and Tekton:
ansible-playbook kind.yml
To tear it down afterwards:
ansible-playbook -e state=absent kind.yml
kubectl port-forward svc/argocd-server 8443:443 -n argocd
kubectl port-forward svc/tekton-dashboard 9097:9097 -n tekton-pipelines