Clusdr documentation
Clusdr is a single-binary cluster-awareness runtime. Applications talk only to a daemon on the same host. That daemon is the Raft member.
text
Application → local SDK → local daemon → Clusdr clusterAPI package: clusdr.v1alpha1. There is no tagged v1 release. TLS is on unless CLUSDR_TLS=disabled.
Guide
Read in order. Each page leaves a cluster you use on the next one.
- Install the binary
- Start the first member
- Grow the cluster
- Watch and publish
- Use it from your app
- Run on other hosts
SDKs
Applications talk to the local daemon. Not the operator path.
Then
| If you need | Go here |
|---|---|
| Is this the right tool? | Overview |
| Process model, ports, disk | Architecture |
| What a word means | Glossary |
| Guarantees (Raft, presence, observers, …) | Concepts |
| A flag or RPC | Reference |
Contributor workflow (build, proto, tests) is in CONTRIBUTING.md, not in this tree.