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.3.5
|
|
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.3.5/kubevpn_v2.3.5_windows_amd64.zip
|
|
sha256: bb643c373a8b13d1c74e1fa70d890a08298462c87e564d534cb4875bd8e654ae
|
|
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.3.5/kubevpn_v2.3.5_windows_arm64.zip
|
|
sha256: ab41b7684a3f9078028925c851134f561653c09c03594236b8c1952e85e7c4e1
|
|
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.3.5/kubevpn_v2.3.5_windows_386.zip
|
|
sha256: 4c3d21300b89c00bb70a86cee20058395996d76744e1222c7326a5902f21ce35
|
|
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.3.5/kubevpn_v2.3.5_linux_amd64.zip
|
|
sha256: 89b0ab414a5bccf89a25093a93b3c4f6b791a90528b759d80f12fbe1a00756ba
|
|
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.3.5/kubevpn_v2.3.5_linux_arm64.zip
|
|
sha256: ae157eba595aa5cfb822c1b3ea2255978e3276dbe318bff5c76e496dcfa5eeab
|
|
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.3.5/kubevpn_v2.3.5_linux_386.zip
|
|
sha256: c6f03d15bc27b6d5e82e4e529564c41bb87cfae2ec47763a2439cd509a6664ef
|
|
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.3.5/kubevpn_v2.3.5_darwin_amd64.zip
|
|
sha256: 630a0265881aea6d7016b3bf59822126561f8e1acb376b7e2604ae620348433c
|
|
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.3.5/kubevpn_v2.3.5_darwin_arm64.zip
|
|
sha256: a4c44de8791a1da64e569661577dabe6b844697f15160642fed47d441f0d2122
|
|
files:
|
|
- from: ./bin/kubevpn
|
|
to: .
|
|
- from: LICENSE
|
|
to: .
|
|
bin: kubevpn |