Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#getting-started
Title
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).
Post