Fix/re-introduce custom Jekyll tags for better glossary integration (#6163)

This commit is contained in:
Jessica Yao
2017-11-06 13:36:24 -08:00
committed by Zach Corleissen
parent 0abbfdc12e
commit 53cf7defd5
52 changed files with 546 additions and 225 deletions
+5 -2
View File
@@ -1,10 +1,13 @@
id: ingress
name: Ingress
full-link: /docs/concepts/services-networking/ingress/
aka:
- Ingress controller
tags:
- networking
- architecture
- extension
short-description: |
short-description: >
An API object that manages external access to the services in a cluster, typically HTTP.
long-description: |
long-description: >
Ingress can provide load balancing, SSL termination and name-based virtual hosting.