This is our solution to Microsoft's OpenHack challanges
We developed an app that manages to create, list and delete minecraft servers into our Kubernetes cluster automatically.
We deployed a simple front-end at minecraft-server-manager.azurewebsites.net and there is available the Open API specication too.
az aks create --resource-group team9 --name team9-aks --node-count 1 --enable-addons monitoring --generate-ssh-keys
az aks get-credentials --resource-group team9 --name team9-aks
kubectl apply -f deploy/openhack-server/
kubectl apply -f deploy/minecraft-server