kubefuse
kubefuse copied to clipboard
Implement "replicas" file in replication controllers
Quick and easy way to increase the number of replicas.
e.g.
echo 6 > ~/kubernetes/default/rc/nginx/replicas
This could be also done for deployments (which are a superset of replication controllers).