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

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

License

Notifications You must be signed in to change notification settings

gardener-attic/vpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7387e3a · Sep 20, 2022
Feb 8, 2021
Mar 7, 2020
Sep 19, 2022
Sep 19, 2022
Mar 2, 2018
Jul 22, 2019
Jan 17, 2018
Apr 12, 2018
Apr 12, 2018
Apr 12, 2018
Mar 2, 2018
Sep 20, 2022

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