Where It Runs
Deployment mode is independent of the design decisions in this module. Choose based on how much you want to run yourself and how isolated the data needs to be. Four modes run Qdrant as a server:
- Managed Cloud runs it for you, with upgrades, backups, and replication handled.
- Hybrid Cloud runs in your own Kubernetes cluster, managed from the Qdrant Cloud console, with the data staying in your network.
- Private Cloud runs in your own Kubernetes cluster with no connection to that console, and can run fully air-gapped.
- Docker means you run and operate the container, on your own machine or your own infrastructure.
Both Kubernetes modes require you to operate a cluster, so choose one only when a data requirement rules out Managed Cloud.
Two more run inside a process instead of as a server. Local mode runs inside your Python program for notebooks and tests. Edge embeds one self-contained shard inside an application on a device, the way SQLite embeds a database. Use it for offline or very low-latency search. Deploy Qdrant links the setup guide for each mode.
