I created kubernetes cluster using rancher with 2 physical computers (Windows).
172.20.5.246
172.20.5.227
Once service is deployed via rancher server and when it also mapped to 81 of host as per below
I cannot access app via 172.20.5.227:81
? Even I expose port via node's firewall
Assumption: your service work internally meaning works if you check the service in the Master or in the Nodes and you got access to the service:
You need to change the service type to NodePort. By doing so you will will expose the service external.
And than Browser to https://NODEIP:NODEPORT .