Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 509 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 509 Bytes

VPN

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

What's inside

VPN Seed - a component that establishes connectivity from a pod running in the Seed cluster to the networks of a Shoot cluster (which are usually private).

VPN Shoot - a component that serves an endpoint for incoming connections, allows contacting any IP address within its network and routes the packets back to the caller.

Local build

$ make docker-images