railiance-cluster/README.md
codex c6f4ab536f
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Add rail-kubernetes compatibility shim
2026-07-26 02:21:19 +02:00

2.3 KiB

railiance-cluster

License: MIT

S2 cluster runtime home for Railiance: Kubernetes substrate ownership, cluster operators, kubeconfig delivery, backup/preflight safety rails, and published cluster facts that downstream workload rails depend on.

This repo is the Kubernetes substrate owner, not the long-term home for the generic workload-on-Kubernetes contract. The staged workload lifecycle, railiance/app.toml, and overlay/wrapper scaffolding now belong canonically to rail-kubernetes; this repo keeps only a migration-window compatibility shim and temporary compatibility copies while the split completes.

Current Boundary

Quick Start

  1. Clone this repo.
    git clone <your-gitea-url>/railiance-cluster.git
    cd railiance-cluster
    
  2. Configure Gitea access in ~/.railiance_gitea.conf.
  3. Bootstrap a host with the Ansible playbooks in ansible/.
  4. Validate the cluster substrate with the documented smoke/preflight targets.

Repo Structure

  • ansible/ - S2 bootstrap playbooks
  • helm/ - retained cluster-side helper manifests
  • tests/ - cluster validation and HA smoke checks
  • docs/ - S2 substrate docs plus transitional rail-kubernetes specs
  • tools/ - S2 operations plus compatibility tooling that is being split out
  • workplans/ - repo-local cluster work records

Key Docs

Contributing

See docs/CONTRIBUTING.md.