Documentation Index
Fetch the complete documentation index at: https://qovery-docs-ai-use-cases-highlight.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Try Qovery on your local machine with a demo environment. This command sets up a local Kubernetes cluster and deploys a sample application to help you learn Qovery.Command
What It Does
The demo command:- Sets up local Kubernetes - Creates a local Kubernetes cluster using Docker Desktop or similar
- Installs Qovery - Deploys Qovery components to the local cluster
- Deploys Sample App - Deploys a demo application to showcase Qovery features
- Provides Access - Gives you access to explore Qovery features locally
Prerequisites
Before running the demo:- Docker - Docker Desktop must be installed and running
- Kubectl - Kubernetes CLI should be available
- Sufficient Resources - At least 4GB RAM available for Docker
Usage
Options
| Flag | Description |
|---|---|
--help | Show help for demo command |
Examples
Run Demo
What You Can Try
Once the demo is running, you can:- Deploy Applications - Try deploying your own apps
- Manage Environments - Create development/staging environments
- View Logs - Stream real-time logs
- Access Shell - Connect to running containers
- Test Databases - Deploy and connect to databases
- Explore Features - Try all Qovery CLI commands
Cleanup
To stop and remove the demo environment:Tips
Next Steps
After trying the demo:- Set up Qovery on your infrastructure
- Deploy your first app
- Explore advanced features
Related Commands
qovery auth- Authenticate with Qoveryqovery context- Set working contextqovery application deploy- Deploy applications