dgkanatsios / azuregameserversscalingkubernetes

Scaling Dedicated Game Servers on Azure Kubernetes Service
MIT License
39 stars 16 forks source link

Introduce Admission Webhook #40

Closed dgkanatsios closed 6 years ago

dgkanatsios commented 6 years ago

We should introduce Admission Webhooks on the project. At first, they should do two tasks

i) validate that incoming DedicatedGameServerCollection and DedicatedGameServer have request limits at their Pod template ii) introduce pod-affinity for the Pods so they are better grouped together

dgkanatsios commented 6 years ago

We're implementing mutation webhook to introduce Pod Affinity for the time being.

dgkanatsios commented 6 years ago

Fixed in #46