add Concept template
This commit is contained in:
parent
2eee2d2e5a
commit
f2095e7b9f
|
@ -4,9 +4,11 @@ approvers:
|
||||||
title: Ingress Resources
|
title: Ingress Resources
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
{% capture overview %}
|
||||||
{:toc}
|
{% include templates/glossary/snippet.md term="ingress" length="long" %}
|
||||||
|
{% endcapture %}
|
||||||
|
|
||||||
|
{% capture body %}
|
||||||
__Terminology__
|
__Terminology__
|
||||||
|
|
||||||
Throughout this doc you will see a few terms that are sometimes used interchangeably elsewhere, that might cause confusion. This section attempts to clarify them.
|
Throughout this doc you will see a few terms that are sometimes used interchangeably elsewhere, that might cause confusion. This section attempts to clarify them.
|
||||||
|
@ -296,3 +298,6 @@ You can expose a Service in multiple ways that don't directly involve the Ingres
|
||||||
* Use [Service.Type=NodePort](/docs/concepts/services-networking/service/#type-nodeport)
|
* Use [Service.Type=NodePort](/docs/concepts/services-networking/service/#type-nodeport)
|
||||||
* Use a [Port Proxy](https://git.k8s.io/contrib/for-demos/proxy-to-service)
|
* Use a [Port Proxy](https://git.k8s.io/contrib/for-demos/proxy-to-service)
|
||||||
* Deploy the [Service loadbalancer](https://git.k8s.io/contrib/service-loadbalancer). This allows you to share a single IP among multiple Services and achieve more advanced loadbalancing through Service Annotations.
|
* Deploy the [Service loadbalancer](https://git.k8s.io/contrib/service-loadbalancer). This allows you to share a single IP among multiple Services and achieve more advanced loadbalancing through Service Annotations.
|
||||||
|
{% endcapture %}
|
||||||
|
|
||||||
|
{% include templates/concept.md %}
|
||||||
|
|
Loading…
Reference in New Issue