KubeVPN: Revolutionizing Kubernetes Local Development
Published on: 2025-07-12 10:09:38
KubeVPN
中文 | English | Wiki
KubeVPN offers a Cloud-Native Dev Environment that seamlessly connects to your Kubernetes cluster network.
Gain access to the Kubernetes cluster network effortlessly using service names or Pod IP/Service IP. Facilitate the interception of inbound traffic from remote Kubernetes cluster services to your local PC through a service mesh and more.
For instance, you have the flexibility to run your Kubernetes pod within a local Docker container, ensuring an identical environment, volume, and network setup. With KubeVPN, empower yourself to develop applications entirely on your local PC!
Content
QuickStart
Install from brew (macOS / Linux)
brew install kubevpn
Install from scoop (Windows)
scoop bucket add extras scoop install kubevpn
Install from krew (Windows / macOS / Linux)
kubectl krew index add kubevpn https://github.com/kubenetworks/kubevpn.git kubectl krew install kubevpn/kubevpn kubectl kubevpn
Install from GitHub release (Windows / macOS / Lin
... Read full article.