Docs/CloudNative/Kubernetes/Base/远程调试策略
2022-10-18 16:59:37 +08:00

3 lines
No EOL
250 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1、如果想把本地应用代理到远程集群使用telepresence这样的工具实现
2、如果想把远程的应用代理到本地在本地调用或调试可是使用port-forword机制
kubectl port-forward svc/app -n app-namespace