Step 6
The above command creates a Service resource, which provides networking and IP support to your application's Pods. Kubernetes Engine creates an external IP and a Load Balancer for your application.
The --port flag specifies the port number configured on the Load Balancer, and the --target-port flag specifies the port number that is used by the Pod created by the kubectl run command
Get your service definitions again to see what external IP it is deployed on.
Should be able to visit in a browser.