Expose ports

🚧

Note

Because Bunnyshell handles the HTTPS certificate, this is a simplified setup that skips certificate generation and configuration.

This means that port 443 (or similar ones) are missing from the example.

Inter-Service communication

Just like in Docker-compose, Kubernetes Services communicate between each other using their names.

Unlike Docker-compose, however, ports are not open by default, meaning they have to be opened manually.

You can edit the exposed ports in each component, from the following path:

components.[*].dockerCompose.ports

📘

Note

The supported syntax is the Docker-compose syntax for ports.

3582