Replies: 1 comment 9 replies
-
|
Hi, Assuming you plan to self-host Omni, you can also self-host the image-factory in air-gapped mode: https://github.com/siderolabs/image-factory#air-gapped-mode As it builds the initramfs for every unique schematic only once, the bottleneck will probably be the network bandwidth between the nodes and the factory. It also supports CDN cache, which is used already in factory.talos.dev. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I’m evaluating Omni for a large-scale deployment and would like to understand best practices for provisioning many worker nodes concurrently. Specifically, how can I provision, for example, 10,000 bare-metal worker nodes without the image server becoming a bottleneck?
Are there recommended strategies, caching mechanisms, or orchestration techniques to handle this scale efficiently?
Thank you for your guidance.
Beta Was this translation helpful? Give feedback.
All reactions