This repository includes tooling and scripts for running growteer locally with as least effort as possible.
It sets up all of its dependencies in a minikube cluster.
The repo provides a couple of taskfile tasks to spinning up the environment, most notably the following:
task boot starts the minikube cluster with the configured kubernetes version and sets your kube context to this cluster
task expose simply wraps minikube tunnel, exposing the cluster services to localhost
For all services that can be installed to the cluster, there are two accompanying tasks:
- Prefixing the name with "un-" will uninstall the component, e.g.
task un-mongo - Prefixing the name with "fw-" will forward the service to localhost, e.g. when running
task fw-mongoyou can then access the database at localhost:5432