Skip to content

Kubernetes Autoscaling #191

@6ixfalls

Description

@6ixfalls

Is your feature request related to a problem? Please describe.
There's no way to automatically scale up and down Kubernetes workloads, like in the Docker provider.

Describe the solution you'd like
Similar implementation to the Docker provider, like in mc-router, there should be a configuration option to automatically scale up and down depending on the connections to the server. There should also be an option not to start the server on pings, and only on player connections. The provider should automatically scale up and down StatefulSets or Deployments (or have the option to pick which), similar to the mc-router implementation which uses annotations on the Service to configure, and then searches for the correct deployment to scale.

Describe alternatives you've considered
mc-router fulfills this Kubernetes capability, but it's designed as a barebones connection router rather than a proxy like Infrared, which has features I need.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions