hello I want to deploy a portforward on minikube s...
# getting-started
h
hello I want to deploy a portforward on minikube service running I didnt find how do it in the documentation could you give me an example
s
I may be mistaken, but I don’t believe you can do the equivalent of
kubectl port-forward
using Pulumi. You can create a Deployment and expose the Pods in that Deployment using a Service via Pulumi, but not the port forwarding step (AFAIK).