Skip to main content
OwnKube makes it easy to point your own domain to any deployed application with automatic SSL certificate provisioning and renewal. No manual certificate management required.

Add a custom domain

1

Open App Settings

Navigate to your app in the OwnKube dashboard and go to Settings > Domains.
2

Add Domain

Enter your domain name (e.g., app.example.com) and click Add Domain.
3

Update DNS

Add the provided CNAME record to your DNS provider:
CNAME  app.example.com  → your-app-alb.us-east-1.elb.amazonaws.com
4

SSL Certificate

OwnKube automatically provisions an SSL certificate via AWS Certificate Manager. The certificate is auto-renewed before expiration.

Apex domains

For apex/root domains (e.g., example.com without www), use Route 53 with an alias record or your DNS provider’s equivalent CNAME-flattening feature.

Multiple domains

You can add multiple custom domains to a single application. All domains will serve the same application with valid SSL certificates.