Add important note about port

This tutorial should note that the Pod works **only** with `--port=8080`. This would probably save couple of hours for adventurous DevOps trainees.
This commit is contained in:
bebyx 2020-09-03 18:11:06 +03:00 committed by GitHub
parent 5114ec6453
commit 5607db09bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,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.
2. View the Service you just created: