Skip to content

k8s-school/kubedb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8s-school Logo, expertise et formation Kubernetes

Build Status

kubedb-example

Examples to set-up a storage system with KubeDB

Quick start

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.