kubetunnel icon indicating copy to clipboard operation
kubetunnel copied to clipboard

feature: support ngrok behavior without existing service

Open maordavidov opened this issue 3 years ago • 0 comments

Scenario:

Developer A works on Cart service Developer B works on API Gateway service

The cart is a new functionality, never been deployed before. Developer A and Developer B want to integrate with each other.

  1. Add command to deploy ad-hoc service with a tunnel
  2. Add command to port-forward ONLY from Developer B to the cluster, so Developer B can access all existing services + the new adhoc service, but not tunnel anything

maordavidov avatar Nov 11 '22 13:11 maordavidov