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.2.20
|
|
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.2.20/kubevpn_v2.2.20_windows_amd64.zip
|
|
sha256: d54bccd5e13d079250cee370929693991d6e20f9427a530c5170e61685c41f4d
|
|
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.2.20/kubevpn_v2.2.20_windows_arm64.zip
|
|
sha256: b370fc74e0df4025cab7757ef9b949781e0055e882b874af73d0c24636da1399
|
|
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.2.20/kubevpn_v2.2.20_windows_386.zip
|
|
sha256: 95a71cb998799003a33dcd15443de25062dd086359aca5e4c4066cc1891fc431
|
|
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.2.20/kubevpn_v2.2.20_linux_amd64.zip
|
|
sha256: ceeee8a023d3a080970864173b6c9cd9a5f20c6741713d39f683f7ee13fbf980
|
|
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.2.20/kubevpn_v2.2.20_linux_arm64.zip
|
|
sha256: 5581a1f20c63dca61f901fa85aafe497372871349528d816a4d0b5d946e58f04
|
|
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.2.20/kubevpn_v2.2.20_linux_386.zip
|
|
sha256: d5a106eb7fbee7e49e00570d271ecb5ee9497bade2b14771548204636ea72d9e
|
|
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.2.20/kubevpn_v2.2.20_darwin_amd64.zip
|
|
sha256: 4677eadd64062923218db1bdd272a20bff845f6a78fa2c9eecc8bce14e0b8c32
|
|
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.2.20/kubevpn_v2.2.20_darwin_arm64.zip
|
|
sha256: aba8160774b52f3c5f4526c233eb7dd021d41c1c4b2d1af8a35ded6ae152cf6b
|
|
files:
|
|
- from: ./bin/kubevpn
|
|
to: .
|
|
- from: LICENSE
|
|
to: .
|
|
bin: kubevpn |