@@ -28,20 +28,20 @@ Deploy a highly available web app with automatic HTTPS across multiple regions a
28
28
29
29
* ** Deploy anywhere** : Combine cloud VMs, dedicated servers, and bare metal into a unified computing environment —
30
30
regardless of location or provider.
31
+ * ** Docker Compose** : Familiar [ Docker Compose] ( https://compose-spec.io/ ) format for defining services and volumes.
32
+ No need to learn a new bespoke DSL.
33
+ * ** Zero-downtime deployments** : Rolling updates with health checks and automatic rollback on failure.
34
+ * ** Service discovery** : Built-in DNS server resolves service names to container IPs.
35
+ * ** Persistent storage** : Run stateful services with Docker volumes managed across machines.
31
36
* ** Zero-config private network** : Automatic WireGuard mesh with peer discovery and NAT traversal. Containers get unique
32
37
IPs for direct cross-machine communication.
33
38
* ** No control plane** : Fully decentralized design eliminates single points of failure and reduces operational overhead.
34
39
* ** Imperative over declarative** : Favoring imperative operations over state reconciliation simplifies both the mental
35
40
model and troubleshooting.
36
- * ** Docker Compose** : Familiar [ Docker Compose] ( https://compose-spec.io/ ) format for defining services and volumes.
37
- No need to learn a new bespoke DSL.
38
- * ** Zero-downtime deployments** : Rolling updates with health checks and automatic rollback on failure.
39
- * ** Service discovery** : Built-in DNS server resolves service names to container IPs.
40
41
* ** Managed DNS** : Automatic DNS records ` *.<id>.cluster.uncloud.run ` for services with public access via managed
41
42
[ Uncloud DNS] ( https://github.com/psviderski/uncloud-dns ) service.
42
43
* ** Automatic HTTPS** : Built-in Caddy reverse proxy handles TLS certificate provisioning and renewal using Let's
43
44
Encrypt.
44
- * ** Persistent storage** : Run stateful services with Docker volumes managed across machines.
45
45
* ** Docker-like CLI** : Familiar commands for managing both infrastructure and applications.
46
46
* ** Remote management** : Control your entire infrastructure through SSH access to any single machine in the cluster.
47
47
0 commit comments