Tagged "k8s-port-forward"

Kubernetes Port Forward in details

One useful switch in kubectl is port-forward. The official definition is pretty short:

Read more...

poor-man's vpn in k8s

Kubernetes option with port-forwarding is pretty handy to get into the internal network, but this access is scope limited to a single pod.

Read more...