Skip to content

Instantly share code, notes, and snippets.

@esomore
Last active June 4, 2019 09:01
Show Gist options
  • Save esomore/a1c52ed81ca96a055961076a4df5c829 to your computer and use it in GitHub Desktop.
Save esomore/a1c52ed81ca96a055961076a4df5c829 to your computer and use it in GitHub Desktop.
### the good guys at kubedb provided us with this easy one liner ###
curl -fsSL https://raw.githubusercontent.com/kubedb/cli/0.12.0/hack/deploy/kubedb.sh | bash
### verify that the setup is successful ###
kubectl get pods --all-namespaces -l app=kubedb
kubectl get crd -l app=kubedb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment