Skip to content

\

Production

Production is a separate trust boundary.

Normal tenant deployment commands can inspect production, but normal production mutation is intentionally unavailable.

Typical production inspection:

bash
gwebc environment show prod
gwebc app list --environment prod
gwebc app show <application> --environment prod
gwebc deploy plan <application> --environment prod

A production plan should show that normal mutation is unavailable.

Use the controlled production-promotion workflow to advance a verified release.

GWEB K3s Cloud documentation