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 trueCreate Ansible pythonenv,
make shell-venvInstall the Ansible roles and collections that will be used during setup,
make install-roles-and-collectionsSetup minikube cluster, install extra components and download the tools
make create-kube-clustersSetup minikube cluster and components
make deploy-glooDelete the created minikube clusters
make clean-up