Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cronstable clustering demo
=======================

A ready-to-run three-node cronstable cluster with mutual-TLS peer attestation and
leader election. Brought up by example/cluster/docker-compose.yml:

    docker compose -f example/cluster/docker-compose.yml up --build

Files
-----
  docker-compose.yml   The three nodes plus the one-shot `certgen`; its header
                       comments list the things to try.
  jobs.yaml            The shared job set, mounted IDENTICALLY into all three
                       nodes. One job per clusterPolicy (EveryNode / Leader /
                       PreferLeader) plus a manual-only job. The job-set id is a
                       fingerprint of this file, so it must be identical on every
                       node for them to agree.
  node-a.yaml          Per-node `cluster` section (mounted as cluster.yaml on
  node-b.yaml            the node) — TLS identity, peer list, and node name.
  node-c.yaml            These differ per node but do NOT change the job-set id.
  gen-certs.sh         Generates a throwaway cluster CA + per-node certs (SAN =
                       service name) into the shared `cluster-certs` volume on
                       first start.

Dashboards: cronstable-a http://localhost:8080/ , cronstable-b :8081 , cronstable-c :8082 .
Scroll to the "cluster" panel on any dashboard to watch attestation and
leadership. The compose file's header comments list the things to try (failing
the leader, losing quorum, drift, per-policy behaviour, and the opt-in
`distribution: spread` mode that fans leader-gated jobs out across the nodes).

These certificates are for local experimentation only. For real deployments
provision per-node certs from your own PKI; see the wiki page
"Clustering and Leader Election".