/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install kind
brew install kustomize
brew install kubectl
brew install go
https://k8slens.dev
pushd test/config
./start-cluster.sh
popd
make build-image
make push-image
kubectl create ns tsf-system
kustomize build deployments/default | kubectl apply -f -
kubectl apply -f test/deployments/toolbox.yaml