https://pulumi.com logo
h

high-honey-3349

08/09/2023, 8:51 AM
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

salmon-account-74572

08/09/2023, 1:45 PM
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).