gameplane / docs
DOCUMENTATION

Frequently Asked Questions

Common questions before you deploy Gameplane to your cluster.

Do I need to know Kubernetes?

One-time cluster setup benefits from basic Helm familiarity. Day-to-day server management — console, files, backups, players — is entirely dashboard-driven; kubectl is optional.

Is Gameplane production-ready?

It’s in beta (v0.2.0-beta.7). Core workflows are feature-complete and tested, but not yet recommended for unattended production — see the Roadmap.

Is it free?

Yes. Gameplane is open-source under AGPL-3.0-or-later, with no paid tiers.

What happens to my data if I uninstall?

Depends on your cluster’s StorageClass reclaim policy — Gameplane doesn’t force-delete PVCs itself. Back up critical data before uninstalling.

What database does it use?

SQLite by default, and it’s the production-tested driver. A PostgreSQL driver exists but is experimental (build-tag-gated, work in progress).

Can I manage servers without the dashboard?

Yes. Advanced users can bypass the API entirely and manage everything with kubectl apply — the operator is authoritative, so both stay in sync.