Questions tagged [kube-openvpn]

Use this tag if a Q&A is about kube-openvpn

Kube-openvpn creates an OpenVPN connection in a kubernetes cluster.

2 questions
2
votes
2 answers

Running OpenVPN within k8s container

Suppose I have a k8s cluster whose services IP range is 10.198.240.0/20. Now I want this IP range to be accessible from another cluster or data center. Is it feasible to run OpenVPN within kubernetes POD so that this IP range is accessible via VPN?
0
votes
1 answer

Accessing a server-side VLAN through OpenVPN

I am a networking noob and could use some help. I am trying to set up a TAP connection using OpenVPN to access devices that are on a VLAN on my remote server. Right now, I can connect and ping the interface (172.20.0.101), but I can't ping anything…