Concept and Usage
Port forwarding allows you to access a service running in a Kubernetes cluster from your local machine. This is useful for debugging purposes or to access a service that is not exposed to the public internet.Commands
8080 and the cluster resource port is 80. After running the command, you can access the service at http://localhost:8080.