Skip to content
forked from gardener/vpn2

Network connector between the control plane (deployed in a Seed cluster) and a Shoot cluster superseding the vpn repository.

License

Notifications You must be signed in to change notification settings

metal-stack/vpn2

 
 

Repository files navigation

VPN2

REUSE status

This repository contains components to establish network connectivity for Shoot clusters.

What's inside

VPN Seed Server - a component that serves an endpoint for incoming connections and allows contacting any IP address within the networks of a Shoot cluster (which are usually private).

VPN Shoot Client - a component that establishes connectivity from a Shoot cluster to the endpoint in the Seed cluster allowing contacting any IP address within its network and routes the packets back to the caller.

Local build

$ make docker-images

About

Network connector between the control plane (deployed in a Seed cluster) and a Shoot cluster superseding the vpn repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 38.0%
  • Go 28.9%
  • Dockerfile 27.3%
  • Makefile 5.8%