Cloud — Hyperscale Infrastructure Manager

  • Area: Developer Platform
  • Path: platform/cloud
  • Kind: Hyperscale infrastructure management platform (Proxmox-style) with first-class GPU support
  • URL: https://cloud.koder.dev

Role in the stack

Koder Cloud is not a Heroku-style PaaS. It is a hyperscale infrastructure management platform in the style of Proxmox or OpenStack — managing bare-metal nodes, VMs, containers, and GPUs across a datacenter fleet. The target workloads include every multi-tenant Koder SaaS that needs scheduled compute, first-class GPUs for AI workloads, and Koder-native integration with ID, Flow, and the observability stack.

Architecture

  • Control Plane (koder-cloud) — API REST + Web SPA + Event Hub + Scheduler
  • Agent (koder-agent) — Runs on each node (reporter + executor + VM/container manager)

Stack

  • Go (chi/v5, go:embed)
  • PostgreSQL
  • Vanilla JS SPA (light / dark / device theme)
  • OIDC via Koder ID

Primary couplings

Consumer Relationship
platform/id OIDC provider for Cloud console login
platform/box Container runtime on managed nodes
infra/jet Edge + TLS for the Cloud control plane itself
`observe