Skip to main content

S8 — Local PoC

Run OpenBox on your laptop to evaluate features, demo to stakeholders, or develop against the platform.

Not for production

Local PoC uses ephemeral storage, no HA, no TLS, no external DNS. Do NOT run real customer data here.

When to pick S8

  • Trial before committing infrastructure spend
  • Sales demo on a customer's laptop
  • Developer eval / integration testing
  • CI smoke tests (Minikube in GitHub Actions)

Requirements

Minimum laptop:

ResourceValue
CPU4 cores
RAM8 GB (16 GB recommended for full feature set)
Disk30 GB free
OSmacOS / Linux / Windows with WSL2

Software:

  • Docker Desktop / Docker Engine / Podman
  • kubectl ≥ 1.27
  • helm ≥ 3.12
  • Minikube OR kind (pick one)

Minikube vs kind — quick pick

Minikubekind
Speed to start30-60 sec15-30 sec
Multi-node emulationNative (--nodes=N)Native (config file)
Ingress addonminikube addons enable ingressManual install
Storage provisionerBuilt-in standard StorageClassBuilt-in standard StorageClass
Best forManual demoCI + repeatable clusters

Both work. Pick whichever you already have.

Cost

$0 — laptop only.