Skip to content

markito/geode-kubernetes

Repository files navigation

Running Apache Geode on Kubernetes

Set of instructions and artifacts to get Apache Geode running on Kubernetes.

Build Docker image to include shell scripts

Go to the image directory and build the Docker image using:

docker build . -t markito/geode:k8

Running on Minikube

Steps:

  1. kubectl create -f locator-controller.yaml
  2. kubectl create -f locator-service.yaml
  3. kubectl create -f server-controller.yaml
  4. 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

Running on Google Cloud

[TBD]

Releases

No releases published

Packages

No packages published

Languages