Beta This is a new service — your feedback will help us to improve it.

Getting started

This guide gets you from a new DollarBox account to a ready place to deploy services.

Before you start

You need:

1. Create an account

Go to the signup page and create an account. After sign-up you land in an org. The org owns billing, containers, and kubectl access.

2. Set up billing

Open Billing and add a payment method. Containers cost EUR 1 per month each, prorated daily. The control panel will ask you to set up billing before creating your first container.

Each subscribed dollarbox provides capacity for one running workload shape:

ResourceIncluded per dollarbox
Pods1 app pod
Memory1Gi limit
CPU100m request, 1000m limit
Ephemeral storage quota10Gi
Public service1 IPv6 LoadBalancer

Failed containers still reserve capacity until you delete them.

The ephemeral disk is wiped when a container restarts. For data that needs to survive restarts, pre-pay for a pool of persistent volume capacity at €0.10/GB/month.

3. Choose a deploy mode

Use simple mode when you want the control panel to create one public container from an image reference. This is the fastest path for a small HTTP service.

Use kubectl mode when you want to apply Kubernetes manifests yourself. You still get namespace-scoped access only, not cluster-admin access, and the same quota applies.

Expected result

At the end of setup you should have: