how to port-forward k8s on server code example
Example: how to port-forward k8s on server
kubectl port-forward --address localhost,10.19.21.23 pod/mypod 8888:5000
kubectl port-forward --address localhost,10.19.21.23 pod/mypod 8888:5000