dgkanatsios / azuregameserversscalingkubernetes

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

Namespaces #1

Closed dgkanatsios closed 5 years ago

dgkanatsios commented 6 years ago

Right now the default namespace is used for both admin stuff (operator/apiserver) and game server pods. We should Create and manage two namespaces: one for the actual pods and one for the admin stuff (operator/apiserver)

dgkanatsios commented 6 years ago

Currently everything is created in the default namespace. When we fix that, we should't forget to update the certificates for the mutation controller, as they have been created to work with the Service that is in the default namespace (i.e. the 'default' is part of its DNS value)