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

gardener-attic/vpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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