PhotonCloud monorepo
Find a file
2026-03-20 17:43:26 +09:00
.github/workflows WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
apigateway WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
baremetal WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
bin WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
chainfire WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
client-common chore: initial sync of untracked files and infrastructure components 2025-12-24 18:21:55 +09:00
coronafs WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
crates WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
creditservice WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
deployer Add bootstrap flake bundle delivery and Nix desired-system generation 2026-03-20 17:43:26 +09:00
docs WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
fiberlb WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
flaredb WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
flashdns WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
iam WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
k8shost WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
lightningstor WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
mtls-agent WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
nightlight WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
nix Add bootstrap flake bundle delivery and Nix desired-system generation 2026-03-20 17:43:26 +09:00
nix-nos WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
plans WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
plasmavmc WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
prismnet WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
scripts chore: initial sync of untracked files and infrastructure components 2025-12-24 18:21:55 +09:00
.gitignore WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
CONTRIBUTING.md WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
flake.lock feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00
flake.nix Add bootstrap flake bundle delivery and Nix desired-system generation 2026-03-20 17:43:26 +09:00
LICENSE WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
Makefile WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
README.md WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
SECURITY.md WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
shell.nix T036: Add VM cluster deployment configs for nixos-anywhere 2025-12-11 09:59:19 +09:00

PhotonCloud

PhotonCloud is a Nix-first cloud platform workspace that assembles a small control plane, network services, VM hosting, shared storage, object storage, and gateway services into one reproducible repository.

The canonical local proof path is the six-node VM cluster under nix/test-cluster. It builds all guest images on the host, boots them as hardware-like QEMU nodes, and validates real multi-node behavior.

Components

  • chainfire: replicated coordination store
  • flaredb: replicated KV and metadata store
  • iam: identity, token issuance, and authorization
  • prismnet: tenant networking control plane
  • flashdns: authoritative DNS service
  • fiberlb: load balancer control plane and dataplane
  • plasmavmc: VM control plane and worker agents
  • coronafs: shared filesystem for mutable VM volumes
  • lightningstor: object storage and VM image backing
  • k8shost: Kubernetes-style hosting control plane
  • apigateway: external API and proxy surface
  • nightlight: metrics ingestion and query service
  • creditservice: minimal reference quota/credit service
  • deployer: bootstrap and phone-home deployment service
  • fleet-scheduler: non-Kubernetes service scheduler for bare-metal cluster services

Quick Start

nix develop
nix run ./nix/test-cluster#cluster -- fresh-smoke

Main Entrypoints

Repository Guide

Scope

PhotonCloud is centered on reproducible infrastructure behavior rather than polished end-user product surfaces. Some services, such as creditservice, are intentionally minimal reference implementations that prove integration points rather than full products.