1.21To follow this tutorial you will need:
Create kind cluster on your machine.
kind create cluster --name druid
export HOSSTED_API_URL=""
export HOSSTED_AUTH_TOKEN=""
export EMAIL_ID=""
kubectl apply -f config/crd/bases
make run
kubectl apply -f config/samples/
kubectl get hosstedproject -o yaml