diff --git a/content/pt-br/docs/reference/glossary/ingress.md b/content/pt-br/docs/reference/glossary/ingress.md new file mode 100644 index 0000000000..202752a919 --- /dev/null +++ b/content/pt-br/docs/reference/glossary/ingress.md @@ -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. + + + +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.