Skip to content
/ vpn Public
forked from gardener-attic/vpn

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

kubeforge/vpn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 61.4%
  • Makefile 20.1%
  • Dockerfile 18.5%