Port Forwarding¶
Forward a local port to a component's service — connect to remote services as if they were running locally.

Basic Usage¶
This forwards localhost:8080 → backend-service:8000.
Custom Local Port¶
Now localhost:9090 is your backend.
Access a Database Locally¶
Then connect with your favorite database client:
Redis¶
Tip
Port forwarding is invaluable for debugging. Connect to production databases, Redis instances, or backend APIs directly from your machine.