SideroLink
#8756
Replies: 1 comment
-
SideroLink can absolutely easily support thousands of nodes. The repository https://github.com/siderolabs/siderolink provides a base "server" implementation with some stuff (specific to the usecase) provided as stubs. If built from source, The missing bits are mostly about validating incoming connections, persisting information about connected machines (to support restarts), and things like that. They can be plugged in via the library interfaces as needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in relation to #8748 (comment)
Is SideroLink a standalone api that can be deployed for use with "aggregating" nodes? My use case is 1000's of nodes, that could connect to SideroLink. I could then perhaps tunnel any API calls through SideroLink
I couldn't find much documentation on this, but would this usecase fit?
Beta Was this translation helpful? Give feedback.
All reactions