Grammar correction (#19083)

* Grammar correction

* Update ingress.md
This commit is contained in:
steadysupply
2020-03-16 05:20:35 +00:00
committed by GitHub
parent 8999de5238
commit b2e7dee806
2 changed files with 2 additions and 2 deletions
@@ -37,7 +37,7 @@ Traffic routing is controlled by rules defined on the Ingress resource.
[ Services ]
```
An Ingress can be configured to give Services externally-reachable URLs, load balance traffic, terminate SSL / TLS, and offer name based virtual hosting. An [Ingress controller](/docs/concepts/services-networking/ingress-controllers) is responsible for fulfilling the Ingress, usually with a load balancer, though it may also configure your edge router or additional frontends to help handle the traffic.
An Ingress may be configured to give Services externally-reachable URLs, load balance traffic, terminate SSL / TLS, and offer name based virtual hosting. An [Ingress controller](/docs/concepts/services-networking/ingress-controllers) is responsible for fulfilling the Ingress, usually with a load balancer, though it may also configure your edge router or additional frontends to help handle the traffic.
An Ingress does not expose arbitrary ports or protocols. Exposing services other than HTTP and HTTPS to the internet typically
uses a service of type [Service.Type=NodePort](/docs/concepts/services-networking/service/#nodeport) or
@@ -16,5 +16,5 @@ tags:
<!--more-->
Ingress can provide load balancing, SSL termination and name-based virtual hosting.
Ingress may provide load balancing, SSL termination and name-based virtual hosting.