# Introduction In this lab, you will learn how to use the Kubernetes `port-forward` command to forward a local port to a port on a pod. Port forwarding is a crucial debugging tool that allows you to securely access applications running in your cluster without exposing them to the internet. You will start with simple examples and gradually progress to more complex scenarios, including working with multiple ports, multiple containers, and services.
Click the virtual machine below to start practicing