OpenVPN client in a pod

Hello,

I currently have a container with the OpenVPN client connected and an app routing all of its traffic through the connection. But I was wondering if it’s possible to run OpenVPN client in the pod as another container, this way I can reuse the OpenVPN container for multiple apps instead of having to modify each apps’ container to include OpenVPN.

Thank you!

Hi! Any news?

No, I never tried to do this I don’t know if it’s possible or how to try. I have the container with openvpn and the app together and it works ok. It looses connection once in a while and I have to delete the pod. I wonder if there’s a way to do a liveprobe for this.