Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 733 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 733 Bytes

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