KubeVPN is a cloud-native development tool that connects a local machine to a Kubernetes cluster network. It lets developers access cluster resources directly through service names, Pod IPs, or Service IPs, which can make local debugging feel closer to working inside the cluster. The project supports traffic interception so inbound requests for a remote Kubernetes workload can be redirected to a local development process. It can also run a Kubernetes pod locally in Docker while preserving key environment, volume, and networking behavior. KubeVPN includes local SOCKS5 proxy options for cases where route-based access is difficult because another VPN or network tool controls the operating system routes. Overall, it is designed to make Kubernetes development more convenient by blending local workflows with remote cluster networking.
Features
- Local access to Kubernetes cluster networks
- Service name, Pod IP, and Service IP resolution
- Inbound traffic interception to local services
- Local Docker-based pod development support
- Managed SOCKS5 proxy mode for cluster access
- Multiple Kubernetes cluster connection support