trippingtarballs / rethinkdb-gke

Build a rethinkdb Docker image suitable for running a rethinkdb cluster on Google Container Engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rethinkdb-gke

This project is to build a simple rethinkdb Docker image suitable for running a rethinkdb cluster on Google Container Engine with Kubernetes.

At present the resulting Docker image can be found at rbose85/rethinkdb-gke.

The project is made up of two parts;

  • docker-image – from which the docker image is created.
  • configuration – all things pertaining to kubernetes.

docker-image/Dockerfile heeds the suggested Dockerfile best practices in implementing an entrypoint.

How To Use

Launch each file in numerical order in configuration. Use the kubectl create -f <file>.json command to do so.

About

Build a rethinkdb Docker image suitable for running a rethinkdb cluster on Google Container Engine.

License:MIT License


Languages

Language:Shell 100.0%