Prerequisites
Before starting, ensure you have: System Requirements:- Operating System: Linux, macOS, or Windows (WSL only)
- CPU & Memory: Minimum 4 CPU cores and 8GB RAM for Docker
- Software:
- Docker (must be running)
- Git
- Common utilities:
jq,curl,sed,grep(usually pre-installed)
- A Qovery account (free) - you’ll create one during setup
Installation Steps
Step 1: Install Qovery CLI
- Linux
- MacOS
- Windows
- Docker
- *nix
- Arch Linux
- Manual
To download and install Qovery CLI on any Linux distribution:
Step 2: Authenticate
Sign in to your Qovery account (or create one if you haven’t already):This will open your browser to complete the authentication process.
Step 4: Deploy Demo Cluster
Install a local k3s Kubernetes cluster with Qovery on top:This command will:
- Install k3s (lightweight Kubernetes)
- Install Qovery agent and all required components
- Configure networking and ingress
- Take approximately 5-10 minutes to complete
Step 5: Access the Console
Once the installation is complete, navigate to console.qovery.comYou should see your demo cluster connected and ready to use. You can now start deploying applications!
Using Your Local Cluster
Once your demo cluster is running, you can:- Deploy applications via the Qovery Console
- Use kubectl to interact with your local k3s cluster directly
- Use k9s for a terminal-based Kubernetes dashboard
- Follow our tutorials to deploy your first application
Cleanup
When you’re finished testing, remove the demo cluster:What’s Next?
Deploy Your First App
Learn how to deploy your first application on Qovery
Qovery CLI
Explore Qovery CLI commands for local development
Move to Production
Ready to deploy on AWS, GCP, Azure, or Scaleway?
Configuration Guide
Learn about projects, environments, and services