Minimize cluster section in README
Keep it simple - just the essentials: - What it is: distributed storage with mesh networking - How to run it: wget command - How it works: preshared secret + lighthouse - Where data goes: /data/storage/
This commit is contained in:
parent
3dec31c52e
commit
9ee3b5b40f
@ -45,14 +45,10 @@ The installer will:
|
|||||||
|
|
||||||
## Nullpoint Cluster
|
## Nullpoint Cluster
|
||||||
|
|
||||||
Create or join a distributed storage cluster with [Nebula](https://github.com/slackhq/nebula) mesh networking and [GlusterFS](https://www.gluster.org/). Start with a single node and scale up by adding more servers.
|
Distributed storage cluster with [Nebula](https://github.com/slackhq/nebula) mesh networking and [GlusterFS](https://www.gluster.org/).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget -qO- https://git.dominik-roth.eu/dodox/nullpoint/raw/branch/master/cluster-setup.sh | sudo bash
|
wget -qO- https://git.dominik-roth.eu/dodox/nullpoint/raw/branch/master/cluster-setup.sh | sudo bash
|
||||||
```
|
```
|
||||||
|
|
||||||
- **Storage mounted at**: `/data/storage/` - all data replicated to all nodes
|
Join via single preshared secret and at least one lighthouse server. Storage replicated across all nodes at `/data/storage/`.
|
||||||
- **Encrypted mesh network** - certificate-based trust with Nebula overlay
|
|
||||||
- **Flexible lighthouse setup** - use DNS names or direct IPs
|
|
||||||
- **All nodes are lighthouses** - full redundancy by default
|
|
||||||
- **Simple secret sharing** - just share lighthouse endpoints and CA cert to join
|
|
||||||
|
Loading…
Reference in New Issue
Block a user