Kubernetes Port Forward in details
One useful switch in kubectl is port-forward. The official definition is pretty short:
One useful switch in kubectl is port-forward. The official definition is pretty short:
Kubernetes option with port-forwarding is pretty handy to get into the internal network, but this access is scope limited to a single pod.