mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
110 lines
3.7 KiB
YAML
110 lines
3.7 KiB
YAML
apiVersion: krew.googlecontainertools.github.com/v1alpha2
|
|
kind: Plugin
|
|
metadata:
|
|
name: kubevpn
|
|
spec:
|
|
version: v2.7.15
|
|
homepage: https://github.com/kubenetworks/kubevpn
|
|
shortDescription: "KubeVPN offers a Cloud Native Dev Environment that connects to kubernetes cluster network"
|
|
description: |
|
|
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!
|
|
|
|
platforms:
|
|
- selector:
|
|
matchLabels:
|
|
os: windows
|
|
arch: amd64
|
|
uri: https://github.com/kubenetworks/kubevpn/releases/download/v2.7.15/kubevpn_v2.7.15_windows_amd64.zip
|
|
sha256: c5a97c47fac282450e6e46c98262f80a10f65daaf59f00ba6e86ac3c0253a4be
|
|
files:
|
|
- from: ./bin/kubevpn.exe
|
|
to: .
|
|
- from: LICENSE
|
|
to: .
|
|
bin: kubevpn.exe
|
|
- selector:
|
|
matchLabels:
|
|
os: windows
|
|
arch: arm64
|
|
uri: https://github.com/kubenetworks/kubevpn/releases/download/v2.7.15/kubevpn_v2.7.15_windows_arm64.zip
|
|
sha256: 5e018bf6c4b87c16ff171dee554b3b18125f26d1af08a45442d6cd54333f2a81
|
|
files:
|
|
- from: ./bin/kubevpn.exe
|
|
to: .
|
|
- from: LICENSE
|
|
to: .
|
|
bin: kubevpn.exe
|
|
- selector:
|
|
matchLabels:
|
|
os: windows
|
|
arch: 386
|
|
uri: https://github.com/kubenetworks/kubevpn/releases/download/v2.7.15/kubevpn_v2.7.15_windows_386.zip
|
|
sha256: 16e184c5f44c7732c0f7e13c091724aa6859fe4f7b76523d93399babcf683eb1
|
|
files:
|
|
- from: ./bin/kubevpn.exe
|
|
to: .
|
|
- from: LICENSE
|
|
to: .
|
|
bin: kubevpn.exe
|
|
- selector:
|
|
matchLabels:
|
|
os: linux
|
|
arch: amd64
|
|
uri: https://github.com/kubenetworks/kubevpn/releases/download/v2.7.15/kubevpn_v2.7.15_linux_amd64.zip
|
|
sha256: 31221f91cc0f74879a86d4cf95b391c9b50f44bd72701535a910835bd7bc542d
|
|
files:
|
|
- from: ./bin/kubevpn
|
|
to: .
|
|
- from: LICENSE
|
|
to: .
|
|
bin: kubevpn
|
|
- selector:
|
|
matchLabels:
|
|
os: linux
|
|
arch: arm64
|
|
uri: https://github.com/kubenetworks/kubevpn/releases/download/v2.7.15/kubevpn_v2.7.15_linux_arm64.zip
|
|
sha256: 68c539be37573d2c2acba4b009da60283ebef1bf27e0c8de051e4fd46d2fa4f2
|
|
files:
|
|
- from: ./bin/kubevpn
|
|
to: .
|
|
- from: LICENSE
|
|
to: .
|
|
bin: kubevpn
|
|
- selector:
|
|
matchLabels:
|
|
os: linux
|
|
arch: 386
|
|
uri: https://github.com/kubenetworks/kubevpn/releases/download/v2.7.15/kubevpn_v2.7.15_linux_386.zip
|
|
sha256: 21bd3cbb57bd1f8e9e5a1fafe777b5280317d88a22cb38ec57abc4f8ffd9104f
|
|
files:
|
|
- from: ./bin/kubevpn
|
|
to: .
|
|
- from: LICENSE
|
|
to: .
|
|
bin: kubevpn
|
|
- selector:
|
|
matchLabels:
|
|
os: darwin
|
|
arch: amd64
|
|
uri: https://github.com/kubenetworks/kubevpn/releases/download/v2.7.15/kubevpn_v2.7.15_darwin_amd64.zip
|
|
sha256: 511f5b8b63e5b073543e1ff98b699d145175847d743cfaeb924fe693dfae6669
|
|
files:
|
|
- from: ./bin/kubevpn
|
|
to: .
|
|
- from: LICENSE
|
|
to: .
|
|
bin: kubevpn
|
|
- selector:
|
|
matchLabels:
|
|
os: darwin
|
|
arch: arm64
|
|
uri: https://github.com/kubenetworks/kubevpn/releases/download/v2.7.15/kubevpn_v2.7.15_darwin_arm64.zip
|
|
sha256: ad84360339a6a698105f6571af992e7c8bb91d5e696103a45eb87453709dae3e
|
|
files:
|
|
- from: ./bin/kubevpn
|
|
to: .
|
|
- from: LICENSE
|
|
to: .
|
|
bin: kubevpn |