gardener / vpn2

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VPN2

reuse compliant

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.

License:Apache License 2.0


Languages

Language:Go 89.3%Language:Dockerfile 6.2%Language:Makefile 4.2%Language:Shell 0.4%