pt-br/docs/reference/glossary/ingress.md

This commit is contained in:
Mr. Erlison 2022-04-23 12:54:42 -03:00
parent 285affba7e
commit 2725b2aef8
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
---
title: Ingress
id: ingress
date: 2018-04-12
full_link: /docs/concepts/services-networking/ingress/
short_description: >
Um objeto API que gerencia o acesso externo aos serviços em um cluster, normalmente HTTP.
aka:
tags:
- networking
- architecture
- extension
---
Um objeto API que gerencia o acesso externo aos serviços em um cluster, normalmente HTTP.
<!--more-->
Ingress may provide load balancing, SSL termination and name-based virtual hosting.
O Ingress pode fornecer um balanceamento de carga, descriptografia SSL e hospedagem virtual baseada em nome.