So I have a Kubernetes cluster and one of my pods has to use external API that is hosted behind the VPN.
Is there an easy, out of the box method to handle this?
I thought about launching another pod with VPN client configured that will just proxy all the calls to the external API. Is it a good approach? Maybe there are premade images that could handle this?