dgkanatsios / azuregameserversscalingkubernetes

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

hostNetwork #4

Closed dgkanatsios closed 6 years ago

dgkanatsios commented 6 years ago

Investigate whether pods created on hostNetwork is the best idea

dgkanatsios commented 6 years ago

We abandoned hostNetwork and chose 'pod.spec.containers.ports.hostPort'. Reason is that some game servers might not be able to accept traffic in a single, non-changeable, port.