reclaim-the-stack / talos-manager

Rails application to help bootstrap Talos Linux on Hetzner servers
MIT License
32 stars 10 forks source link

Does the manager need to run after the cluster is ready? #6

Closed treylade closed 5 months ago

treylade commented 5 months ago

First of all: Thank you very much for your work on this project and for releasing the information to the public.

I have one question: Does the manager need to keep running after the cluster is up and ready? Or may I shut it down to save compute costs and for security reasons. My idea is to just boot the manager whenever I need to change something.

Thank you and best regards, Lars

dbackeus commented 5 months ago

Feel free to shut it down. The only time it needs to be running is when you want to use the UI or when a new node is requesting configuration to bootstrap itself.

Some kind of auto sleep / wake up based on incoming requests would probably be optimal, if possible.