Skip to content

Commit

Permalink
Update content/en/docs/tutorials/hello-minikube.md
Browse files Browse the repository at this point in the history
Explanation that the app itself listens on 8080 port only.

Co-authored-by: Tim Bannister <tim@scalefactory.com>
  • Loading branch information
bebyx and sftim committed Oct 1, 2020
1 parent 5607db0 commit d3a57a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/tutorials/hello-minikube.md
Expand Up @@ -137,7 +137,8 @@ Kubernetes [*Service*](/docs/concepts/services-networking/service/).
The `--type=LoadBalancer` flag indicates that you want to expose your Service
outside of the cluster.

Please note that the Pod won't show up under ports other than 8080.
The application code inside the image `k8s.gcr.io/echoserver` only listens on TCP port 8080. If you used
`kubectl expose` to expose a different port, clients could not connect to that other port.

2. View the Service you just created:

Expand Down Expand Up @@ -285,4 +286,3 @@ minikube delete
* Learn more about [Deploying applications](/docs/tasks/run-application/run-stateless-application-deployment/).
* Learn more about [Service objects](/docs/concepts/services-networking/service/).


0 comments on commit d3a57a7

Please sign in to comment.