What is uncloud?
uncloud is a lightweight clustering and container orchestration tool created by Pasha Sviderski that lets you deploy and manage web apps across cloud VMs and bare metal with minimal cluster management overhead. It bridges the gap between Docker simplicity and Kubernetes power, providing Docker simplicity with multi-machine power.
⚡ Key Features of uncloud
🌐 Multi-Machine Deployment
Deploy across cloud VMs, dedicated servers, and bare metal. Combine different providers into unified computing environment.
🐳 Docker Compose Compatible
Use familiar Docker Compose format for defining services. No need to learn new configuration languages or complex YAML.
🔒 Zero-Config Private Network
Automatic WireGuard mesh with peer discovery and NAT traversal. Containers get unique IPs for direct cross-machine communication.
🎯 No Control Plane
Fully decentralized design eliminates single points of failure. Each machine maintains synchronized cluster state through peer-to-peer communication.
🔍 Service Discovery
Built-in DNS server resolves service names to container IPs. Automatic load balancing and ingress with HTTPS via Caddy.
📦 Persistent Storage
Run stateful services with Docker volumes managed across machines. Data persistence without complex storage orchestration.
🆕 What's New in uncloud 0.11.0+
- Enhanced WireGuard Mesh: Improved peer discovery and connection reliability
- Better Service Discovery: Enhanced DNS resolution and load balancing
- Improved CLI: Better command structure and user experience
- Enhanced Networking: More robust cross-machine container communication
- Performance Optimizations: Faster deployment and state synchronization
- Documentation: Comprehensive guides and examples
📦 Installation from debian.griffo.io
Step 1: Add Repository
Step 2: Install uncloud
🎯 Basic Usage Examples
Initialize your first cluster:
Deploy applications:
Manage deployments:
🚀 Why Choose debian.griffo.io?
- Official Debian: Not available in official repositories
- Install Script: Manual updates and dependency management
- Manual Binary: No package management or automatic updates
- debian.griffo.io: Latest version (0.11.0+) with automatic updates
- ✅ Latest Features: Get newest orchestration and networking improvements
- ✅ No Manual Setup: Pre-built binaries with all dependencies
- ✅ Automatic Updates: Packages updated within hours of upstream releases
- ✅ Complete Package: Includes all required components and scripts
- ✅ Multi-Distribution: Works on Bookworm, Trixie, and Sid
- ✅ Easy Maintenance: Standard apt commands for updates
📦 Package Build Repository
The Debian packages are automatically built and maintained in this GitHub repository:
- 🌬️ uncloud-debian - Latest release builds
🔗 Related Packages
Also available from debian.griffo.io:
- unregistry - Direct Docker image transfer (same author)
- lazydocker - Terminal UI for Docker management
- fzf Fuzzy Finder - Enhanced command searching