-
Notifications
You must be signed in to change notification settings - Fork 9
Local Setup
We will need some tools, you may have some of them installed already. Please install missing.
We definitely need docker. Please install if missing.
We need a kubernetes cluster. If you have one, you are good to go. If you don't have, please install kind so we can have a test environment for you to play with. You can use another tool like minikube
but the workshop setup is tested and supported for kind
only.
Kubectl is a command-line tool to manage kubernetes. If you have it installed, skip this step, otherwise please proceed with the official documentation.
Helm is a "package manager" for kubernetes, used by many kubernetes-based systems. To install it, please follow the official documentation
git clone https://github.com/k8ssandra/workshop k8ssandra-workshop
cd k8ssandra-workshop
kind create cluster --config ./kind.yaml --image kindest/node:v1.18.2
kubectl cluster-info --context kind-kind
Ready? Good job, let's move on! Proceed to the Step I
Got questions? Ask us using discord chat or a community forum!