Files
2019-10-15 02:23:51 -07:00

25 lines
641 B
Markdown
Executable File

---
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.
-->
一个 API 对象,用于管理对集群中服务的外部访问,通常是 HTTP。
<!--more-->
<!--
Ingress can provide load balancing, SSL termination and name-based virtual hosting.
-->
Ingress 可以提供负载平衡,SSL 终端和基于名称的虚拟主机。