关于
Kubefwd simplifies local development for applications that rely on services running in a Kubernetes cluster. It automatically discovers and forwards multiple Kubernetes services to your local workstation, assigning each service a unique loopback IP address (127.x.x.x) and updating your local hosts file. This allows your locally running application to access cluster services by their in-cluster service names and ports, eliminating the need for environment-specific configurations, local service mockups, or Docker Compose files. It includes an interactive TUI for monitoring, automatic reconnection, and even a REST API for programmatic control.