|
|
|
|
|
by snadal
1367 days ago
|
|
Slightly off-topic: according to what I read, it is a lightweight proxy written in golang that is capable of starting a vm when receiving network traffic and 10 seconds after the last request it turns off the fly machine. I've been looking for something similar for some time to use in my development docker instances (specifically with dokku). I have many services that, although they consume little CPU time, they do have a high overall consumption of RAM, but they are actually used for a few minutes each day. I don't want to use kubernetes for this as it adds too much complexity for the benefit I would get. Do you know any solution similar to this, to turn on / off docker containers when network traffic comes in? |
|