Forum Discussion
muhammed1605
Oct 03, 2023Copper Contributor
scale open vpn server at kubernetes
Assume that there are openvpn server pod at kubernetes cluster. we have fabric and there are modem contains open vpn client ,Admin connects to this modem then he or she configure open vpn client t...
dineshjaisankar
Oct 04, 2023Copper Contributor
How the operator knows which pods are connected to the right machine:
When a maintenance operator connects to the OpenVPN server, they will be assigned a random pod. The load balancer will distribute the traffic between the pods based on a specific algorithm, such as round robin or least connections.
- muhammed1605Oct 04, 2023Copper Contributor
thats why ı am trying to fix.So When device connected to pod 1,maintenant operator should connect to pod1 otherwise it doesnot work. So i mean both admin and maintenaance oeprator should connect right open vpn server.How can i success ?
thank you