From 0ef776e7f156df6751b04144d641a4a819c32a4f Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Fri, 14 Mar 2025 22:01:19 +1000 Subject: [PATCH] chore: add link to uncloud-dns repo in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97e8d3e9..e195b113 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ Deploy a highly available web app with automatic HTTPS across multiple regions a 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. +* **Managed DNS**: Automatic DNS records `*..cluster.uncloud.run` for services with public access via managed + [Uncloud DNS](https://github.com/psviderski/uncloud-dns) service. * **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.