https://github.com/gardener-attic/vpn
Network connector between the control plane (deployed in a Seed cluster) and a Shoot cluster.
https://github.com/gardener-attic/vpn
Last synced: about 1 month ago
JSON representation
Network connector between the control plane (deployed in a Seed cluster) and a Shoot cluster.
- Host: GitHub
- URL: https://github.com/gardener-attic/vpn
- Owner: gardener-attic
- License: other
- Archived: true
- Created: 2017-12-04T18:56:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T08:36:40.000Z (over 2 years ago)
- Last Synced: 2024-07-30T05:18:29.617Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 91.8 KB
- Stars: 6
- Watchers: 29
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-network-stuff - **4**星
- awesome-cloud-native - VPN - Network connector between the control plane, and a Shoot cluster. (NetWork)
README
# VPN
This repository contains components to establish network connectivity for Shoot clusters.
## What's inside
[VPN Seed](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](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
```bash
$ make docker-images
```