Konigle Cloud¶
Konigle Cloud lets you deploy and host web applications from the konigle CLI.
You provision a server, create a web app, and deploy a ZIP of your code — no
separate dashboard needed.
How it works¶
Every deployment lives inside three nested resources:
-
Computer
A virtual machine (VM) that runs your app. You pick the size and region when you create it. Each computer hosts exactly one web app.
-
Web App
A named application on a computer. When you create a web app, you choose its runtime (Python, Node.js) and which infrastructure services it needs (database, cache). Two deployment slots —
uatandproduction— are created automatically. -
Space
A deployment slot (
uatorproduction) for a web app. You deploy code touat, verify it, then promote toproduction— no re-upload needed.
Getting started¶
New to Konigle Cloud? Follow the Quick Start to go from zero to a live deployment in minutes.