kube-openvpn
kube-openvpn copied to clipboard
:closed_lock_with_key: Kubernetes native OpenVPN
I have a requirement that I need to reach any OpenVPN client on any port from any pod on the cluster and that the client will receive the request on...
During `./kube/deploy.sh network tcp://EXAMPLE.com:1194 192.168.1.3/24 192.168.1.1/24` I get this error. ``` Generating Kubernetes resources Creating and applying Kubernetes resources error: error reading /Users/david/code/home_cluster/kube-openvpn/pki/crl.pem: no such file or directory configmap/openvpn-ccd created...
Hi @pieterlange, is there a particular reason you did not upgraded to OpenVPN 2.4.8?
Using Windows 10 Home edition with OpenVPN GUI v10.11.0.0 & OpenVPN 2.4.6 The Kubernetes cluster is 4-node, all node with public IPs. The cluster is deployed with Kubespray, using `calico`....
!!!!want help!!!! branch master and 0.4.4 server config ``` server 10.140.0.0 255.255.255.0 topology subnet verb 3 # Filled by Secrets object. Use generic names key /etc/openvpn/pki/private.key ca /etc/openvpn/pki/ca.crt cert /etc/openvpn/pki/certificate.crt...
Had to implement this in a project, others might find it useful too.
Preferably accessible over HTTP but otherwise `exec`able
What are difference about creating certificates on remote or locally? I am asking this because I am considering to use [statefulset] with a storage. PKI related stuff can be created...
I'm currently not happy with the scripts used for deployment but i'm not sure what to do about it yet. - One option is to write [helm charts.](https://github.com/kubernetes/helm/blob/master/docs/charts.md) - Another...
* Scrap environment variables for kubernetes networking * Make `dh` and `tls-auth` optional in default template (only add when found)