Kubly can create generated URLs for deployments. These URLs are useful for testing and for exposing an app before a custom domain is ready.
- Shows current ingress URLs on the deployment detail page.
- Creates additional generated URLs for an existing deployment.
- Routes traffic to the deployment service through Ingress or Gateway HTTPRoute, depending on platform configuration.
- You want to test an app before configuring DNS.
- You need another generated hostname for the same deployment.
- An existing deployment.
- A base domain configured by the Kubly platform.
- A service backend for the deployment.
Screenshot Required
- Open the deployment detail page.
- Review the current access or ingress URLs.
- Request a new generated URL if the option is available.
- Wait for the URL to appear.
- Open the URL and confirm the app responds.
- Using a generated URL as the final branded production URL when a custom domain is required.
- Creating extra URLs before the service backend is ready.
- Use generated URLs as a health check baseline.
- If a generated URL returns an error, check readiness, service port, logs, and events.