Basic Deployment
Get Fides running in your own environment quickly and easily. These guides use reasonable defaults and minimal configuration to get you up and running fast.
Basic deployments are designed for development and testing only. For production use, see our Production Deployment guides.
Unsure where to start? Check out our Quick Start guide for a guided demo with fides deploy which automatically sets up Fides with sample data and a complete demo environment using Pip.
Choose Your Deployment Method
Docker
Get started quickly with containerized deployment. Pull the official Fides image and launch a fully-configured webserver.
Pip
Install Fides as a Python package for maximum flexibility. Ideal for developers who want direct control over their Python environment and dependencies.
Kubernetes
Deploy Fides to your Kubernetes cluster using our official Helm chart. Includes automated setup of PostgreSQL and Redis for a complete development environment.