GithubHelp home page GithubHelp logo

antoniaklja / kubewire Goto Github PK

View Code? Open in Web Editor NEW
21.0 6.0 4.0 40 KB

Self hosted and scalable VPN for Kubernetes

License: GNU General Public License v2.0

Shell 100.00%
kubernetes vpn bastion-host

kubewire's Introduction

[WIP] Kubewire

Self hosted and scalable VPN for Kubernetes based on WireGuard.

WireGuard is a secure network tunnel, operating at layer 3, implemented as a kernel virtual network interface for Linux, which aims to replace both IPsec for most use cases, as well as popular user space and/or TLS-based solutions like OpenVPN, while being more secure, more performant, and easier to use

For more information please take a look at Whitepaper

Current limitations

Currently WireGuard does not support cross platform client running in userspace. It is planned to release several userspace implementations in safe languages like Go and Rush.

CoreOS does not support WireGuard:

Roadmap

Current: Proof of Concept, client and server are working

Phase 1: Easy deployment on Kubernetes, better configuration

Phase 2: Web UI integrated with SSO using oauth2_proxy

Phase 3: Client running in userspace, integration with Kubernetes

Installation

There are various ways of installing Kubewire. Please take a look at getting-started section for more details.

Troubleshooting

If creating a new link returns

# ip link add dev wg0 type wireguard
RTNETLINK answers: Operation not supported

you probably miss the wireguard-dkms and wireguard-tools packages on host.

If DNS resoultion doesn't work, check

cat /etc/resolv.conf

If network is unreachable remove wireguard network interface

ip link del dev wg0    

Reporting a security vulnerability

In case of any concerns or real vulnerability do not hesitate to open an issue.

Contribute

If you have any idea for an improvement or found a bug don't hesitate to open an issue or just make a pull request!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.