photoncloud-monorepo/docs
2026-05-05 22:49:03 +09:00
..
component-matrix.md Establish baseline product surface and proof lanes 2026-04-10 19:28:44 +09:00
control-plane-ops.md まとめてコミット 2026-05-05 22:49:03 +09:00
edge-trial-surface.md Establish baseline product surface and proof lanes 2026-04-10 19:28:44 +09:00
hardware-bringup.md Establish baseline product surface and proof lanes 2026-04-10 19:28:44 +09:00
provider-vm-reality.md Establish baseline product surface and proof lanes 2026-04-10 19:28:44 +09:00
README.md まとめてコミット 2026-05-05 22:49:03 +09:00
rollout-bundle.md まとめてコミット 2026-05-05 22:49:03 +09:00
storage-benchmarks.baseline.md WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
storage-benchmarks.md Implement host lifecycle orchestration and distributed storage restructuring 2026-03-27 12:14:12 +09:00
testing.md まとめてコミット 2026-05-05 22:49:03 +09:00

Docs

This directory is the public documentation entrypoint for UltraCloud.

Read First

Canonical Profiles

  • single-node dev: nix run .#single-node-quickstart, nix run .#single-node-trial, nix build .#single-node-trial-vm, nixosConfigurations.single-node-quickstart, companion image nixosConfigurations.netboot-all-in-one
  • 3-node HA control plane: nixosConfigurations.node01, nixosConfigurations.node02, nixosConfigurations.node03, companion image nixosConfigurations.netboot-control-plane
  • bare-metal bootstrap: nix run ./nix/test-cluster#cluster -- baremetal-iso, nixosConfigurations.ultracloud-iso, nixosConfigurations.baremetal-qemu-control-plane, nixosConfigurations.baremetal-qemu-worker, checks.x86_64-linux.baremetal-iso-e2e followed by ./result/bin/baremetal-iso-e2e for the exact host-KVM proof

nixosConfigurations.netboot-worker is an archived helper outside the canonical profiles and their guard set. baremetal/vm-cluster, k8shost-cni, k8shost-controllers, lightningstor-csi, Firecracker, and mvisor remain in-tree only as non-product scaffolds or legacy/manual debugging paths.

single-node-trial-vm is the low-friction trial artifact for local use. OCI/Docker artifact is intentionally not the public trial surface because a privileged container would not exercise the same KVM, /dev/net/tun, and guest-kernel contract.

ultracloud.cluster backed by nix/lib/cluster-schema.nix is the only supported cluster authoring source. nix-nos is limited to legacy compatibility and low-level network primitives. single-node-trial-vm and single-node-quickstart are the standalone VM-platform story.

Key References

Core API Notes

  • chainfire supports live cluster membership management on the public surface: MemberAdd, MemberRemove, MemberList, Status, LeaderTransfer, and the internal Vote, AppendEntries, plus TimeoutNow Raft transport. The supported operator flow now includes learner add or promote, live leader transfer, temporary-voter restart and rejoin, and current-leader removal followed by election on the remaining voters. The supported reconfiguration boundary is sequential one-voter transitions until joint consensus exists. chainfire-core remains a workspace-internal compatibility crate rather than a supported embeddable API.
  • flaredb supports SQL over both gRPC and REST. The public REST endpoints are POST /api/v1/sql and GET /api/v1/tables.
  • lightningstor keeps bucket versioning, bucket policy, bucket tagging, and explicit object version listing on the supported optional surface.
  • k8shost keeps WatchPods on the supported surface as a bounded snapshot stream of the current matching pods.

Design Notes

Longer-running redesign and investigation documents remain in plans/. Those documents are useful context, but they are not the primary onboarding path for contributors.