Files
website/content/en/docs/reference/glossary/ingress.md
T
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00

21 lines
462 B
Markdown

---
title: Ingress
id: ingress
date: 2018-04-12
full_link: /docs/concepts/services-networking/ingress/
short_description: >
An API object that manages external access to the services in a cluster, typically HTTP.
aka:
tags:
- networking
- architecture
- extension
---
An API object that manages external access to the services in a cluster, typically HTTP.
<!--more-->
Ingress may provide load balancing, SSL termination and name-based virtual hosting.