dgkanatsios / azuregameserversscalingkubernetes

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

Cluster autoscaling #20

Open dgkanatsios opened 6 years ago

dgkanatsios commented 6 years ago

How? What? When?

dgkanatsios commented 6 years ago

FAQ for the official Kubernetes Cluster Autoscaler https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md

dgkanatsios commented 6 years ago

Should be useful to consult the code here

 VMAS: https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/azure/azure_agent_pool.go  VMSS: https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/azure/azure_scale_set.go  AKS and ACS: https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/azure/azure_container_service_pool.go