0
I'm learning to work with k3s and rancher, and from my workers, I can connect to other machines that are outside the network of the workers but from the pods that are inside them, I can only access the computer that are on the same network of the workers machines, can't access the other computers that the workers machines can
For example, the workers and such are on 192.168.1.x, all the computers that have the ip 192.168.1.x the pods of the nodes can access without any issues but for example the computer inside the 192.168.2.x the workers machines (through static route) can access them but the pods of that are hosted on the nodes of the workers, they can't access them.
Is it possÃvel to setup something o rancher for all pods of the worker nodes like i did on the worker machines, the static route?!