Dears,
In the demo play with k8s in docker swarm course, while creating the services (load balancer) I don’t ave the port number inside the web in playwithk8s in order to run the web. I have tried several web browsers with same issue.
Where are you trying to run this demo?
If it’s on a Cluster on some public Cloud, the Service of type LoadBalancer should work, provided you are using a different CNI than weave-net as shown in the demo.
If it’s on one of our labs, you might need to create a Service of type NodePort and access this from the View Port button accessible when you click the Ellipsis in the top right corner and enter the NodePort there.