Add a three-node NATS JetStream cluster on distinct Proxmox LXC guests.
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
LXC 511–513 (nats-a/b/c on 10.10.10.21–23, vmbr1 only) form cluster verae with replicas=3. Host loopback 127.0.0.1:4222 is unchanged.
This commit is contained in:
parent
7a5e25639e
commit
69e28af4d8
27 changed files with 365 additions and 2 deletions
|
|
@ -36,6 +36,7 @@ Summaries, NATS contracts, and message flows for every Verae Time × Zapier modu
|
|||
| verae-backup | https://git.georgelambert.org/marchon/verae-backup |
|
||||
| verae-deploy | https://git.georgelambert.org/marchon/verae-deploy |
|
||||
| verae-proxmox | https://git.georgelambert.org/marchon/verae-proxmox |
|
||||
| verae-nats-cluster | https://git.georgelambert.org/marchon/verae-nats-cluster |
|
||||
|
||||
Clone (SSH port 2223):
|
||||
|
||||
|
|
|
|||
3
packages/docs-master/modules/verae-nats-cluster/NATS.md
Normal file
3
packages/docs-master/modules/verae-nats-cluster/NATS.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# NATS — verae-nats-cluster
|
||||
|
||||
This repo runs the cluster. Clients: `nats://10.10.10.21:4222,nats://10.10.10.22:4222,nats://10.10.10.23:4222`. Routes `:6222`. Monitor loopback `:8222` per guest. Never on `vmbr0`.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# verae-nats-cluster
|
||||
|
||||
Three Proxmox LXC (511–513, `nats-a/b/c` on `10.10.10.21–23`) form a JetStream cluster on `vmbr1` for HA testing before dedicated hardware.
|
||||
Loading…
Add table
Add a link
Reference in a new issue