The template project to get started with Gloo Edge/Mesh with Ansible and Minikube
The demo requires the following tools, have them installed and added to $PATH
before proceeding with the demo,
Optinally if you want encryption of values/secrets,
pipx install poetry
poetry config virtualenvs.in-project true
Create Ansible pythonenv,
make shell-venv
Install the Ansible roles and collections that will be used during setup,
make install-roles-and-collections
Setup minikube cluster, install extra components and download the tools
make create-kube-clusters
Setup minikube cluster and components
make deploy-gloo
Delete the created minikube clusters
make clean-up