Examples to set-up a storage system with KubeDB
Set-up a Kubernetes cluster and its related kubeconfig file, and then:
git clone https://github.com/k8s-school/kubedb-example.git
cd kubedb-example
./install-kubedb.sh
./install-redis.sh
kubectl get redis -n demo
kubectl get pods -n demo
A redis cluster is now running in namespace demo
.
- Check redis-operator documentation to discover all the features provided by the KubeDB operator.
- Check redis-cluster documentation to learn more about using this redis instance.