*.uncld.dev subdomain for your cluster. This domain is automatically managed and points to your cluster machines running Caddy.
Usage
Flags
API endpoint for the Uncloud DNS service.
Examples
Reserve a domain
What Happens
- Domain Allocation - Uncloud DNS assigns you a unique subdomain like
abc123.uncld.dev - DNS Records - If Caddy is deployed, A/AAAA records are automatically created pointing to machines with public IPs
- Service Hostnames - Your services become accessible at
service-name.abc123.uncld.dev
Using Your Domain
Once reserved, services are automatically available on your domain:https://web.abc123.uncld.dev
Custom Hostnames
You can still use custom hostnames:Automatic DNS Updates
When you:- Add a machine to the cluster
- Remove a machine
- Update a machine’s public IP
Caddy Requirement
To use the reserved domain, you need Caddy deployed:Already Reserved
If you try to reserve when you already have a domain:Free Service
Uncloud DNS is a free service that provides:- Automatic subdomain allocation
- Automatic DNS record management
- SSL certificates via Let’s Encrypt (handled by Caddy)
Related Commands
uc dns show- Show your cluster domainuc dns release- Release the domainuc machine init- Initialize cluster (can reserve domain automatically)
