mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2026-04-22 23:17:23 +08:00
48808275ba
Co-authored-by: wencaiwulue <wencaiwulue@users.noreply.github.com>
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.10.2
|
|
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.10.2/kubevpn_v2.10.2_windows_amd64.zip
|
|
sha256: 35e2b5708bbc17dc191d7657c40489348b5494980350191be5abe6d2536d4dad
|
|
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.10.2/kubevpn_v2.10.2_windows_arm64.zip
|
|
sha256: 1a2fff5fcd3b79d59214dfabb258a09ee4112138b5d97c880f4f0633f7a75ed2
|
|
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.10.2/kubevpn_v2.10.2_windows_386.zip
|
|
sha256: 7a540b913fd1197a1d2d5cf6036d4e60b12f578ad432041a668edba47144c49f
|
|
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.10.2/kubevpn_v2.10.2_linux_amd64.zip
|
|
sha256: d9629704a540d9d174d32fc703202b34164e5784d42bd15e801ccd53909694b9
|
|
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.10.2/kubevpn_v2.10.2_linux_arm64.zip
|
|
sha256: b7c51f2090f9d4720b02b0619461dbc77c74da5c69cdc0e18498bf50c69d95da
|
|
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.10.2/kubevpn_v2.10.2_linux_386.zip
|
|
sha256: e980df8215a437f3bf67f85943b49059f12de1c45e8edb9b318449bb6ff32eb8
|
|
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.10.2/kubevpn_v2.10.2_darwin_amd64.zip
|
|
sha256: 08c1404129aa053ec6cce255f3204ee6f616fa4460b4c76d7fff050c95b57b95
|
|
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.10.2/kubevpn_v2.10.2_darwin_arm64.zip
|
|
sha256: 1c027fde81f01c15025f306439b6a71ca252cb68832d4bda59c7da78a31807e1
|
|
files:
|
|
- from: ./bin/kubevpn
|
|
to: .
|
|
- from: LICENSE
|
|
to: .
|
|
bin: kubevpn |