Improving expose-intro.html

- Fixed a typo

Signed-off-by: Junaid Ali <junaid_ali4@yahoo.com>
reviewable/pr1926/r1
Junaid Ali 2016-12-12 22:03:46 +05:00
parent f2ad6b1fe8
commit 53d55320e7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<p>This abstraction will allow us to expose Pods to traffic originating from outside the cluster. Services have their own unique cluster-private IP address and expose a port to receive traffic. If you choose to expose the service outside the cluster, the options are:</p>
<ul>
<li>LoadBalancer - provides a public IP address (what you would typically use when you run Kubernetes on GKE or AWS)</li>
<li>LoadBalancer - provides a public IP address (what you would typically use when you run Kubernetes on GCE or AWS)</li>
<li>NodePort - exposes the Service on the same port on each Node of the cluster using NAT (available on all Kubernetes clusters, and in Minikube)</li>
</ul>
</div>