If you would keep a secret from an enemy, tell it not to a friend. ;)
For all the ingress to work, add the following entries to your host file
127.0.0.1 argocd.localhost
127.0.0.1 prometheus.localhost
127.0.0.1 grafana.localhost
127.0.0.1 alertmanager.localhost
127.0.0.1 argo.localhost
127.0.0.1 gitea.localhost
127.0.0.1 events.localhost
Install asdf and then all tools:
asdf plugin add kind
asdf plugin add helm
asdf plugin add argo
asdf plugin add argocd
asdf installTo create the cluster:
./create_cluster.shTo install all softs:
# Install all helm charts
./applyTo delete a cluster:
./delete_cluster.sh