blob: 6ddd5d51c565e5b794f90ea63ee02a65b53b73b8 [file] [log] [blame]
#!/bin/bash
if [ ! -d "`pwd`/data" ]; then
mkdir -p "data"
fi
# Run nameserver and broker on your Kubernetes cluster
kubectl apply -f kubernetes/deployment.yaml