From 0b22b2136ab174d48a2ed18a832f849fe22342c5 Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Fri, 14 Mar 2025 21:59:40 +1000 Subject: [PATCH] chore: add deployments and managed DNS features to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73c74c31..97e8d3e9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ Deploy a highly available web app with automatic HTTPS across multiple regions a * **No control plane**: Fully decentralized design eliminates single points of failure and reduces operational overhead. * **Imperative over declarative**: Favoring imperative operations over state reconciliation simplifies both the mental model and troubleshooting. +* **Zero-downtime deployments**: Rolling updates with health checks and automatic rollback on failure. * **Service discovery**: Built-in DNS server resolves service names to container IPs. +* **Managed DNS**: Automatic DNS records `*..cluster.uncloud.run` for services with public access. * **Automatic HTTPS**: Built-in Caddy reverse proxy handles TLS certificate provisioning and renewal using Let's Encrypt. * **Docker-like CLI**: Familiar commands for managing both infrastructure and applications.