Networking in Kubernetes - Nodeport Service

I want Kubernetes cluster and Services on different networks for example,
(Kubernetes cluster is on 192.168.0.0 network and services I need in 10.250.0.0)

will node port Service work for this scenario?

I’m not sure what you’re saying makes much sense. What do you mean by “Services”. A service on Kubernetes has a very specific meaning – it’s a “handle” for communicating with with workloads (“pods”) on the system.

What are you actually trying to do?