Routing websocket to specific pod

I have virtualservice - service - deployment for services of socket.io server that keeps emitting messages.
I’d like to connect to each pod when the number of replicas is 2 or more.
Does it seem possible?