Overview
Docker Desktop includes a local Kubernetes cluster perfect for development and testing. Connect it to Qovery to develop and test applications locally before deploying to cloud environments.Supported Local Kubernetes
Docker Desktop
Mac, Windows, Linux - Built-in Kubernetes
Minikube
Lightweight K8s - Cross-platform
Kind
K8s in Docker - Fast, lightweight
Docker Desktop Setup
1
Enable Kubernetes
- Open Docker Desktop
- Settings → Kubernetes
- Check “Enable Kubernetes”
- Click “Apply & Restart”
- Wait for Kubernetes to start (green icon)
2
Verify Installation
3
Install Nginx Ingress
4
Connect to Qovery
Follow BYOK setup to connect local cluster
Use Cases
- Local Development: Develop and test locally
- CI/CD Testing: Ephemeral clusters in pipelines
- Learning: Safe environment for experimentation
- Preview Environments: Test before cloud deployment