Kubectl port-foward: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Kubectl =Overview= kubectl [-n ''namespace''] port-forward service/''service-name'' 8080:8080") |
No edit summary |
||
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
kubectl [-n ''namespace''] port-forward service/''service-name'' | kubectl [-n ''namespace''] port-forward service/''service-name'' ''local-port'':''service-port'' |
Revision as of 22:43, 13 August 2019
Internal
Overview
kubectl [-n namespace] port-forward service/service-name local-port:service-port