Set of instructions and artifacts to get Apache Geode running on Kubernetes.
Go to the image
directory and build the Docker image using:
docker build . -t markito/geode:k8
Steps:
kubectl create -f locator-controller.yaml
kubectl create -f locator-service.yaml
kubectl create -f server-controller.yaml
kubectl create -f server-service.yaml
Follow the instructions to install - minikube
You can scale the number of servers by using the following command:
kubectl scale --replicas=3 -f server-controller.yaml
[TBD]