PhotonCloud monorepo
Find a file
2026-04-04 16:33:03 +09:00
.cargo Tighten cluster builds and add record-set DNS publication 2026-03-31 10:03:40 +09:00
.github/workflows nix-nos削除 2026-04-04 16:33:03 +09:00
apigateway nix-nos削除 2026-04-04 16:33:03 +09:00
baremetal nix-nos削除 2026-04-04 16:33:03 +09:00
bin nix-nos削除 2026-04-04 16:33:03 +09:00
chainfire nix-nos削除 2026-04-04 16:33:03 +09:00
client-common nix-nos削除 2026-04-04 16:33:03 +09:00
coronafs nix-nos削除 2026-04-04 16:33:03 +09:00
crates nix-nos削除 2026-04-04 16:33:03 +09:00
creditservice nix-nos削除 2026-04-04 16:33:03 +09:00
deployer nix-nos削除 2026-04-04 16:33:03 +09:00
docs nix-nos削除 2026-04-04 16:33:03 +09:00
fiberlb harden plasmavmc image ingestion and internal execution paths 2026-04-02 07:57:25 +09:00
flaredb Implement FlareDB SQL routing and service CRUD 2026-04-01 02:07:55 +09:00
flashdns harden plasmavmc image ingestion and internal execution paths 2026-04-02 07:57:25 +09:00
iam Implement declarative tenant networking and local VM dataplane 2026-04-04 00:07:43 +09:00
k8shost nix-nos削除 2026-04-04 16:33:03 +09:00
lightningstor harden plasmavmc image ingestion and internal execution paths 2026-04-02 07:57:25 +09:00
mtls-agent nix-nos削除 2026-04-04 16:33:03 +09:00
nightlight harden plasmavmc image ingestion and internal execution paths 2026-04-02 07:57:25 +09:00
nix nix-nos削除 2026-04-04 16:33:03 +09:00
nix-nos nix-nos削除 2026-04-04 16:33:03 +09:00
plans nix-nos削除 2026-04-04 16:33:03 +09:00
plasmavmc nix-nos削除 2026-04-04 16:33:03 +09:00
prismnet Implement declarative tenant networking and local VM dataplane 2026-04-04 00:07:43 +09:00
scripts nix-nos削除 2026-04-04 16:33:03 +09:00
.gitignore WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
CONTRIBUTING.md nix-nos削除 2026-04-04 16:33:03 +09:00
flake.lock nix-nos削除 2026-04-04 16:33:03 +09:00
flake.nix nix-nos削除 2026-04-04 16:33:03 +09:00
LICENSE WIP snapshot: preserve dirty worktree 2026-03-20 16:25:11 +09:00
Makefile nix-nos削除 2026-04-04 16:33:03 +09:00
README.md nix-nos削除 2026-04-04 16:33:03 +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

UltraCloud

UltraCloud 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

UltraCloud 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.

Host-level NixOS rollout validation is also expected to stay reproducible: the deployer-vm-smoke VM test now proves that nix-agent can activate a prebuilt target system closure directly, without recompiling the stack inside the guest.