Hey guys So I've finally got a Container Linux/Kubernetes cluster up and running on DigitalOcean, via my port of the Tectonic Installer to this platform. Now it's time to do something practical with it.
Can someone please let me know of the currently recommended way of running a database cluster under Kubernetes, in this case RethinkDB? I recall having stateful applications, that need to write to disk, was always a thorny issue with Kubernetes, I actually received the firm recommendation to have my DB cluster outside of it. So I originally set up a 2-node RethinkDB cluster in CoreOS, with fleet as the orchestration tool, which worked quite well. But, AFAIK, Kubernetes has now replaced fleet as CoreOS/Container Linux' orchestration system. Therefore, I need to be brought up to speed as to how it's currently done with Kube :) Any advice in this regard would be greatly appreciated. Thanks! Arve
