Hey @zach, I have a question for you when it comes to setting vpn clients in K8s pods. I have been able to connect 1 pod to our Pritunl server; however, if my pod scales upwards to 5 using the same profile I will begin to see Too many authentication messages in the Pritunl Server causing it fail.
I’m wondering if the best approach is to create a jump host of the pritunl-client connections that we have and have the process be pod → jump host → devices in the field that would need to be sshd into, OR find a way to have the K8s pod pritunl-client scale with the 1 profile?