Using Zarf to initialise a multi-node k3s cluster across clean bare metal nodes? #4761
Answered
by
brandtkeller
MarshallEvergreen
asked this question in
Q&A
Replies: 2 comments 1 reply
|
Hey @MarshallEvergreen ! Multi-node is a tricky/exciting space for which Zarf tends to defer to other tools to orchestrate infrastructure-specific options. Zarf itself doesn't have the awareness of remote filesystems for In theory you could create a zarf package that only installs the k3s component and then you would run it on each baremetal node with different configurations for server/agent. We've seen this done in some capacity such as this example - but this is still something you need to run imperatively across multiple nodes or automate with the likes of tooling such as ansible. |
1 reply
|
0 replies
Answer selected by
MarshallEvergreen
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.
Hi! Been trialling Zarf to bootstrap k3s onto an airgapped bare metal node — works brilliantly for a single-node setup. 🙌
My question: what's the recommended approach for using Zarf to initialise a multi-node k3s cluster across clean bare metal nodes in an airgapped environment?
Specifically:
zarf initagainst the existing cluster?Thanks in advance!
All reactions