当前位置: 首页 > 工具软件 > port-forward > 使用案例 >

使用kubectl port-forward暴露minikube k8s service端口

濮俭
2023-12-01

kubectl port-forward暴露minikube k8s service端口

第一种方式

minikube service hello-minikube

第二种方式:

kubectl port-forward service/hello-minikube 7080:8080

Tada! Your application is now available at http://localhost:7080/.

 类似资料: