Kube Openvpn Versions Save

:closed_lock_with_key: Kubernetes native OpenVPN

0.2.2

7 years ago

Security fix:

  • Only route to pod and service CIDRs by default (#18 #17)

Set the OVPN_DEFROUTE environment variable to 1 to masquerade all packets coming from the VPN network.

0.2.1

7 years ago

Minor bugfixes.

Adds $OVPN_VERB option to configure openvpn verbosity.

0.2.0

7 years ago

Reimplemented client portforwarding. Usage: https://github.com/pieterlange/kube-openvpn#routing-back-to-the-client

Features:

  • Load portwarding rules from configmap

Fixes:

  • Load search domain from correct environment variable
  • Put forwarding rules in specific iptables chain

0.1.0

7 years ago

Refer to README.md for setup instructions.

Features:

  • Stateless kubernetes pod
  • PKI infrastructure independently managed
  • Clients use kube-dns as DNS resolver
  • Route traffic to kubernetes services and pods
  • Route traffic from VPN pod IP back to VPN clients
  • openvpn.conf templating
  • Client certificate revocation

TODO:

  • more documentation