feat(loadweaver): command line interface basics - #575
Draft
me-marcel wants to merge 1 commit into
Draft
Conversation
Knowledge graph blast radiusDiff: Touched projects
Shared dependenciesDependencies linked to 2+ touched projects:
Docs to review
Unmapped paths
Overview from |
Nx coverageProjects: 86 · Up: 13 · Down: 1 Project summary
Generated from Jest |
Nx testsProjects: 90 · Passed projects: 89 · Failed projects: 1 Project summary
Failures
|
me-marcel
force-pushed
the
feat/loadweaver_command_line_interface_basics
branch
6 times, most recently
from
August 20, 2026 16:16
3f38db8 to
89bea61
Compare
me-marcel
force-pushed
the
feat/loadweaver_command_line_interface_basics
branch
from
August 27, 2026 17:19
89bea61 to
0c9cf60
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the command line tool Loadweaver (maybe even a web or desktop app depending on the state it is in). The tool converges multi-node Linux clusters from an operator workstation over SSH, using a declarative
loadweaver.ymland idempotent commands. Loadweaver targets self-hosted and homelab/production environments where you want Docker Swarm, private networking, shared storage, and ingress without Kubernetes.Draft disclaimer: Since this is still a draft, it means the integration is in no way deemed production-ready as of now. We are still heavily experimenting with it. Feel free to try it on your own risk!
Limitation warning: Whilst Loadweaver already supports setting up clusters and their base services as well as routing between them through a single declarative file, it does not yet support deploying applications onto the clusters that are not part of the base-services. We are currently evaluating multiple solutions that would allow for FluxCD / ArgoCD style deployments into Docker Stack environments.