if you need a port-forward during `pulumi up` is t...
# kubernetes
i
if you need a port-forward during
pulumi up
is there a way to add it to the pulumi program, or should i build a wrapper script? for context - this is to connect to the internal kafka listener to create users/topics & the kafka listener is not exposed externally
ah nvm, i might just use
local.Command
with
kubectl exec ...
🙂
b
just use a VPN like Tailscale
i
im not great with networking stuff... is this something you setup before
pulumi up
and then teardown after-- or do you leave it running all the time?
b
you can do both, but leaving it running all the time is better