service-publishing
Installation
SKILL.md
Service Publishing
Overview
Expose HTTP services running inside worker containers to the outside world via the Higress gateway. Each exposed port gets an auto-generated domain name.
How It Works
Add expose to a Worker's spec to publish container ports. The controller automatically creates the Higress domain, service source, and route.
Auto-generated domain pattern:
worker-{name}-{port}-local.hiclaw.io
Example: worker alice exposing port 8080 → worker-alice-8080-local.hiclaw.io