Last active
June 4, 2019 09:01
-
-
Save esomore/a1c52ed81ca96a055961076a4df5c829 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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