moorkop / mccy-engine

Provides a web based "Minecraft Server as a Service" (MCaaS?) to deploy Minecraft server containers on any Docker Swarm cluster or standalone Engine instance.
Apache License 2.0
12 stars 4 forks source link

Support for Rancher and Kubernetes APIs as alternative to native Docker API #65

Open sshipway opened 8 years ago

sshipway commented 8 years ago

(Converting this into a ticket to help tracking)

Both Rancher and Kubernetes provide APIs for managing a Docker cluster. It would be good if MCCY could support both of these as alternatives to the existing Docker/Swarm API.

Rancher is a token-authenticated API and Kubernetes is unauthenticated. Both provide similar functions for scheduling containers within a cluster of Docker hosts.