This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.2.5.4.6. port-forward
Pod에 하나 이상의 로컬 포트를 전달합니다.
예제: 포트 8888
에서 로컬로 수신 대기하고 Pod의 포트 5000
으로 전달합니다.
oc port-forward python-1-mz2rf 8888:5000
$ oc port-forward python-1-mz2rf 8888:5000