Install Cosmonic Control
Kubernetes-native · Cloud, on-prem, or air-gapped

Sandboxed workloads, at cluster scale.

Cosmonic Control runs the same deny-by-default sandbox as Cosmonic Desktop across your Kubernetes clusters: thousands of workloads per node, scaling to zero when idle, on infrastructure you run.

Runs on any Kubernetes · Helm install in minutes · Free to start

1 node thousands of sandboxes

Kubernetes-native

Deploy Wasm sandboxes like any other workload

Control is a distributed control plane for Wasm sandboxes. Platform teams deploy and manage workloads with the tools they already use like Helm, kubectl, and GitOps. Developers just build and publish components.

Operator and developer concerns stay separate.

kind: Workload github-summarizer (MCP server)
net → api.github.com:443granted
net → * (all other hosts)denied
fs → cluster volumes, secretsdenied
env → other tenants' configdenied
Your existing CI/CD delivers Wasm components through Control onto multi-tenant Kubernetes hosts, densely packed beside your pods and containers.

Use cases

What teams run on Control

Whether you're deploying agent code, untrusted plugins, or high-density services, Cosmonic Control provides sandboxing that works everywhere from the cloud to highly regulated environments.

Agents & MCP servers

Run the agents, MCP servers, and AI-generated code your teams build at cluster scale, each one capability-bounded and packed thousands to a node.

Untrusted & third-party code

Execute customer plugins, partner logic, and other code from outside your trust boundary deny-by-default, with no shared escape surface between tenants.

High-density services

Replace idle-heavy containers and microVMs with sandboxes that scale to zero: denser and cheaper on the Kubernetes you already run.

Regulated & air-gapped

Run in classified, sovereign, or offline environments. Mirror every image to your registry and keep code and data inside the cluster.

Density that changes the math

Pack more onto every node

A container or microVM carries its own OS and idle cost for every workload. A Cosmonic sandbox starts in a fraction of a millisecond, uses a fraction of the memory, and costs nothing while it waits. So one node runs what used to take a fleet.

~0.2 ms
per-call instantiation, not a container cold start
1,000s / node
thousands to tens of thousands of workloads on one node, by size
0 idle
workloads scale to zero when idle, then wake on demand

Sandbox workloads are WebAssembly components running on CNCF wasmCloud, the open source runtime Control embeds. Open standards and an open source runtime mean no lock-in.

Your infrastructure

Cloud, on-prem, or fully air-gapped

Control installs on any Kubernetes cluster with Helm. Your code and data never leave the cluster: designed from the ground up for regulated, sovereign, and classified environments.

Any Kubernetes

Managed cloud (EKS, GKE, AKS) or your own distribution. If it runs Kubernetes, it runs Control.

On-prem & private cloud

Run in your own data center, including a documented path for VMware vSphere / VKS.

Air-gapped

Mirror every chart and image to your internal registry and install with no connection to the public internet.

Runs on any Kubernetes

KubernetesAmazon EKSGoogle GKEMicrosoft Azure AKSRed Hat OpenShiftVMware Cloud FoundationRancher by SUSEK3s

Platform engineering

One platform, many teams

Control gives a platform team the governance and visibility to run everyone's workloads on shared infrastructure, safely. It's the secure-compute layer your internal developer platform runs on: dense, sandboxed Wasm workloads behind the golden paths your teams already use.

Multi-tenancy & RBAC
Isolate teams by namespace and tenant, with per-tenant access control.
Built-in observability
Metrics, logs, and traces out of the box: Prometheus, Loki, Tempo, and dashboards.
Autoscaling & scale-to-zero
Workloads scale with demand and cost nothing while idle.
GPU hosts
Schedule AI and inference workloads onto NVIDIA GPU nodes.
GitOps-native
Workloads are CRDs and OCI artifacts, so your existing pipelines manage them.
Ingress & egress control
Built-in ingress routes traffic to workloads; egress stays denied except where you allow it.

Integrates with your stack

GitHubArgo CDNATSJaegerEnvoyBackstagewasmCloud

Desktop to cluster

From laptop to launch

Develop and sandbox agents, MCP servers, and AI-generated code locally with Cosmonic Desktop, then run the exact same capability-bounded workloads at cluster scale with Control. Same model, same manifest, no rewrite between your laptop and production.

Cosmonic Desktop one sandboxed workload Cosmonic Control · your cluster

Open standards, no lock-in

Built on open standards, not a walled garden

Cosmonic Control is a supported distribution of open technology, not a proprietary runtime you're stuck with. Workloads are standard WebAssembly components, the host that runs and sandboxes them is open source, and it all plugs into the Kubernetes stack you already operate.

CNCF wasmCloud at the core

The host that runs and sandboxes your workloads is wasmCloud, a Cloud Native Computing Foundation project. The code that enforces every capability boundary is open to audit and free to run yourself.

Portable, standard components

Workloads are WebAssembly components built to the W3C Component Model and WASI, shipped as ordinary OCI artifacts. They run on any conformant host, so nothing you build is trapped in Cosmonic.

Fits the stack you already run

Kubernetes-native CRDs and an operator, standard OCI registries, and your own CI/CD, RBAC, and observability. No parallel platform to buy into, and no bespoke format to migrate off later.

wasmCloud

Powered by wasmCloud, the open source WebAssembly platform donated to the CNCF. The runtime that enforces your sandboxes is open to inspect, fork, and self-host.

Pricing

Free to start, enterprise when you need it

Install the full control plane on any cluster for free. Enterprise adds the controls and support that production platforms require.

Free

Free to get started

The full sandbox and control plane on your own Kubernetes.
  • The deny-by-default WebAssembly sandbox
  • CRDs, operator, and web console
  • Built-in observability
  • Community support
Read the install guide →
Enterprise

Talk to us

For production platforms and regulated environments.
  • Unlimited HTTPTriggers per namespace
  • Project grouping and the Artifact pre-fetch controller
  • Air-gapped and on-prem deployment support
  • Support and SLAs
Talk to us →

FAQ

WebAssembly on Kubernetes, answered

Can you run WebAssembly on Kubernetes?

Yes. Cosmonic Control installs on any Kubernetes cluster with Helm and runs WebAssembly components as first-class workloads through Kubernetes operators and CRDs, alongside your existing containers.

How is a WebAssembly workload different from a container?

A WebAssembly component starts in sub-millisecond per-call instantiation and runs deny-by-default (no file, network, or host access until granted), so Control packs thousands to tens of thousands per host, depending on component size, and scales them to zero when idle.

Can Cosmonic Control run in an air-gapped Kubernetes cluster?

Yes. Mirror every chart and image to your internal registry and install with no connection to the public internet. Your code and data never leave the cluster.

How does it scale workloads to zero?

Idle WebAssembly workloads cost nothing; Control scales them to zero and starts them on demand in sub-millisecond per-call instantiation, so you reclaim the idle capacity a per-pod container footprint would hold.

Does it support multi-tenancy?

Yes. Teams are isolated by namespace and tenant with per-tenant RBAC, so a platform team can run many teams' workloads on shared infrastructure safely.

Does it work with my GitOps pipeline?

Workloads are CRDs and OCI artifacts, so your existing GitOps tooling (Argo CD, Helm, GitHub Actions) manages them like any other Kubernetes resource.

Does Cosmonic Control replace my internal developer platform?

No. Control is the secure-compute layer an internal developer platform runs on. It exposes workloads as CRDs and OCI artifacts behind your existing tooling (Backstage, Argo CD, Helm), so platform teams add dense, sandboxed Wasm compute without swapping their portal.

Get started

Bring the sandbox to your cluster

Install Cosmonic Control free on any Kubernetes cluster, or talk to us about enterprise and air-gapped deployments.

Any Kubernetes · Cloud, on-prem, or air-gapped