How to Access a Remote Kubernetes Application With Kubectl Port Forwarding

Share
  • September 23, 2022
Need to debug an application running inside your Kubernetes cluster? Port forwarding is a way to connect to Pods that aren’t publicly accessible. You can use this technique to inspect databases, monitoring tools, and other applications which you want to deploy internally without a public route.

Read This Article on How-To Geek ›

Source : How to Access a Remote Kubernetes Application With Kubectl Port Forwarding