link
Forward local port to pod
kubectl port-forward <pod-name> <local>=<remote>
Access pod webserver locally
kubectl port-forward my-pod 8080:80