Planned

Karbon Scale

Orchestration without the PhD.

Karbon Scale

The Karbon Scale brings full workload orchestration to Tophan. One-click cluster provisioning, automated scheduling, and integrated networking — all managed through Dragon’s Eye or the CLI.

Features

FeatureDescriptionStatus
1-Click ClustersProvision a complete orchestration cluster from Dragon’s Eye. Networking, storage, and DNS configured automatically.Planned
Pod NetworkingIntegrated with the Networking Scale. Automatic overlay networking, DNS, and service discovery. No separate CNI to install.Planned
Persistent StorageNative integration with the Storage Scale. Volumes provisioned, attached, and replicated automatically.Planned
IngressBuilt-in L7 ingress with TLS termination, path-based routing, and automatic certificate management.Planned
GitOpsDeclarative workload definitions synced from Git. Push to deploy. Drift detection and automatic reconciliation.Planned
Private RegistryIntegrated image registry backed by the Storage Scale. Content-addressable, deduplicated, signed.Planned
MonitoringWorkload metrics, logs, and health status integrated with the Monitoring Scale. No separate observability stack to deploy.Planned
Auto-ScalingHorizontal pod scaling based on CPU, memory, custom metrics, or schedule.Planned
Rolling UpdatesZero-downtime deployments with configurable rollout strategies and automatic rollback.Planned
Multi-TenancyNamespace isolation with resource quotas, network policies, and RBAC.Planned

Design Philosophy

Traditional orchestration platforms are complex because they’re designed to run on any infrastructure. They can’t assume anything about the network, the storage, or the security model, so they reinvent all of it.

Karbon assumes Tophan. It knows the Networking Scale handles pod networking. It knows the Storage Scale handles volumes. It knows the Security Scale handles policy. This means Karbon can be simpler, faster, and more reliable — because it’s built on known foundations instead of abstraction layers.

Architecture

┌──────────────────────────────┐
│        Dragon's Eye          │
├──────────────────────────────┤
│      Karbon Scale API        │  Scheduling, lifecycle
├──────┬──────┬────────────────┤
│ Net  │ Stor │ Layers Scale   │  Integrated Scales
├──────┴──────┴────────────────┤
│          tophand             │  Node orchestration
└──────────────────────────────┘

Karbon sits on top of the Layers Scale (for workload execution), the Networking Scale (for connectivity), and the Storage Scale (for persistence). It adds scheduling, scaling, and lifecycle management without reimplementing what those Scales already provide.