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.9.4
|
|
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.9.4/kubevpn_v2.9.4_windows_amd64.zip
|
|
sha256: dafa2519e74172bfb73d074bd1e34fc07f40d4a049d3f650a4dfe7ace1ce3384
|
|
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.9.4/kubevpn_v2.9.4_windows_arm64.zip
|
|
sha256: 9fb18931664554a3075e4703d17e95ac8fa8ee38cf44457d9d7528ab9c0ffd03
|
|
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.9.4/kubevpn_v2.9.4_windows_386.zip
|
|
sha256: 710d8608e1d2c6622c7f54453d487381fe55d37ee0229f5ffa6c2625729e0cdd
|
|
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.9.4/kubevpn_v2.9.4_linux_amd64.zip
|
|
sha256: ff9a08803ee3424f2896e58890f520085ce5d12b2cb367b03b6c3a5cf197f0c1
|
|
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.9.4/kubevpn_v2.9.4_linux_arm64.zip
|
|
sha256: 372f128c37420de23717260613b56fdb57040f56da16e7cf53f5308b9095d184
|
|
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.9.4/kubevpn_v2.9.4_linux_386.zip
|
|
sha256: 278feb29b9e2a5c21653c75604ffff7eae418d42439eb939d622bc8088b314ca
|
|
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.9.4/kubevpn_v2.9.4_darwin_amd64.zip
|
|
sha256: dc59a4441917ab31fa000a381c8bb8c7fcd10dfea2e995eff7328ec9784cb999
|
|
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.9.4/kubevpn_v2.9.4_darwin_arm64.zip
|
|
sha256: 3574187079874e640b04416bde1920dba3bef616185deb1f39275a2d06353120
|
|
files:
|
|
- from: ./bin/kubevpn
|
|
to: .
|
|
- from: LICENSE
|
|
to: .
|
|
bin: kubevpn |