Expose public endpoints

Publicly exposing endpoints

A single port (and path) can be exposed as the "main" entry point for an application.

This means that only one port will be exposed to 443 for users to be able to access through HTTPS.

You can expose multiple ports, as long as they use the HTTP protocol. You can also map them to different paths for the Ingress.

Entries contained in components.SERVICE_NAME[*].hosts will be written in the Ingress of the namespace in Kubernetes.

Generated URLs

As you can see in the above screenshot, the URL for the backend is something similar to backend-7avg6c.bunnyenv.com.

The 7avg6c part represents the Environment unique identifier within the Bunnyshell system.

DNS Records and HTTPS

Bunnyshell automatically creates DNS records and handles certificates for you.

Last updated

Was this helpful?