azuregameserversscalingkubernetes
azuregameserversscalingkubernetes copied to clipboard
Scaling Dedicated Game Servers on Azure Kubernetes Service
Unable to get the pods running post the last step: -------- kubectl get pods NAME READY STATUS RESTARTS AGE openarena-adjjh-bsuvw 0/1 Completed 0 14m openarena-kiaoy-iaijg 0/1 Completed 0 14m openarena-lkkvy-lvqdz...
During testing with TestNodeJS App (https://github.com/dgkanatsios/azuregameserversscalingkubernetes/blob/master/docs/installation.md#testing-with-nodejs-demo-app-an-echo-http-server), the pod goes to error state each time while setting the DedicatedGameServer MarkedForDeletion state to true (markedfordeletion|true). Pod log: ### $ kubectl logs simplenodejsudp-emijv-lxgdr...
I am hit with this message during "Testing with NodeJs App" step. I used a new OpenSSL certificate as per the instructions in the FAQ. ----------------------------- kubectl apply -f https://raw.githubusercontent.com/dgkanatsios/azuregameserversscalingkubernetes/master/artifacts/examples/simplenodejsudp/dedicatedgameservercollection.yaml...
When a new DedicatedGameServerCollection is created, its states are Healthy/Running. This should not be the case.
https://github.com/kubernetes-sigs/controller-runtime
Add client-go leaderelection for controllers https://godoc.org/k8s.io/client-go/tools/leaderelection
Azure provides an API to see if a VM will reboot for maintenance. Details for this API are listed [here](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/scheduled-events). You can try it this way: ```bash kubectl run busybox...
Describe how our PortRegistry works
Currently, when we scale down a collection we randomly choose the DGSs that will become MarkedForDeletion and be removed out of the collection. We could improve this algorithm by prioritising...
We should implement a mechanism to update Container images. First step would be to detect it in the DGSCollection controller, than mark images for deletion, so that new DGS that...