Brainpod documentation

Build and operate applications with confidence

Practical guidance for deploying containerized workloads, configuring managed resources, and operating applications on Brainpod.

CLI quickstart

From login to deployment

Authenticate, select a pod, validate your resources, and deploy the mutable head.

Read the CLI guide →
brainpod login
brainpod config set pod <pod-name>
brainpod resource create --file resources.json --dry-run
brainpod resource create --file resources.json
brainpod deploy --wait

Start with the right guide

How Brainpod works

Brainpod represents application infrastructure as resources within an isolated pod. Changes are prepared in a draft revision and do not affect the running environment until you deploy them.

  1. Define the apps, routes, storage, and data services your workload requires.
  2. Review the complete draft revision before it affects production.
  3. Deploy the revision and monitor resource status and application events.
  4. Create a new draft for the next change or restore an earlier revision when required.

Learn about pods, resources, and revisions →

Common tasks