Skip to content

Commit 952a0f4

Browse files
authored
Merge pull request #368 from skrthomas/ingress-edits
Adding ingress(adj) to the SSG
2 parents a65506e + f694cdb commit 952a0f4

File tree

1 file changed

+3
-2
lines changed
  • supplementary_style_guide/glossary_terms_conventions/general_conventions

1 file changed

+3
-2
lines changed

supplementary_style_guide/glossary_terms_conventions/general_conventions/i.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,13 +403,14 @@ There is no functional difference between the first server that was installed an
403403
*See also*:
404404

405405
[[ingress]]
406-
==== image:images/yes.png[yes] Ingress (noun)
407-
*Description*: In Red Hat OpenShift, _Ingress_ is an API object developers can use to expose services through an HTTP(S) aware load balancing and proxy layer through a public DNS entry. The Ingress resource might further specify TLS options and a certificate, or specify a public CNAME that the OpenShift Ingress Controller should also accept for HTTP and HTTPS traffic. An administrator typically configures their Ingress Controller to be visible outside the cluster firewall and might also add additional security, caching, or traffic controls on the service content.
406+
==== image:images/yes.png[yes] ingress (noun, adjective)
407+
*Description*: In Red Hat OpenShift, _Ingress_ is a Kubernetes API object that developers can use to expose services within the cluster through an HTTP(S) load balancer and a proxy layer by using a public DNS entry. The `Ingress` resource defines the cluster-wide configuration for ingress traffic, and provides the ability to specify TLS options, a certificate, or a public CNAME that the OpenShift `IngressController` object can accept for HTTP(S) traffic. Additionally, _ingress_ can also be used to describe the incoming direction of network traffic. In Red Hat OpenShift, for example, this traffic is described as entering (ingress) or leaving (egress) an OpenShift cluster.
408408

409409
*Use it*: yes
410410

411411
[.vale-ignore]
412412
*Incorrect forms*:
413+
_Ingress_ without markup, when referencing the `Ingress` resource or the `IngressController` object. _Ingress_ with markup when used to describe the direction of traffic.
413414

414415
*See also*:
415416

0 commit comments

Comments
 (0)