## Description I use this command once when I start my [[minikube]] cluster and I'm not entirely sure what it does. In the Minikube documentation it says that > *tunnel* creates a *route* to *services* deployed with type [[LoadBalancer]] and sets their [[Ingress]] to their [[ClusterIP]] However it's not clear to me, a person still green with [[Kubernetes]], what all of those mean. ## References - [tunnel - Minikube Docs](https://minikube.sigs.k8s.io/docs/commands/tunnel/)