Skip to content
/ scaler Public

docker swarm service auto scaler depends on active nodes count

License

Notifications You must be signed in to change notification settings

JleMyP/scaler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scaler

A project aimed at auto scaling docker swarm services when the number of active cluster nodes changes.

Configures by label on each service that should be scaled:

  • scaler.enabled (bool) - toggler of scaler logic
  • scaler.per_node (integer) - instances count per each active node
  • scaler.node_filter (string) - WIP. default role = worker

About

docker swarm service auto scaler depends on active nodes count

Topics

Resources

License

Stars

Watchers

Forks