I am using MIcrok8s 1.26v using Hyperv over windows 10. I am unable to access nginx pod to other host machines. I have exposed nginx using this cmd “microk8s kubectl expose deployment nginx-webserver --type=“NodePort” --port 80”. Its exposed to the clusterIP which i am able to access. What should i do to make the pod access to other host machines on the same network.
Microk8s version: 1.26v windows version: 10 Pro Hypervisor: HyperV Using Multipass
I tried to access the pod with vm IP address. But was not able to access to other host machine. Also not accessible to the host ip address where vm is deployed.