Using Zarf to initialise a multi-node k3s cluster across clean bare metal nodes? #4761
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. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
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!
Beta Was this translation helpful? Give feedback.
All reactions