We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 404bdfa + cd78a1a commit e99cbeeCopy full SHA for e99cbee
content/pt-br/docs/reference/glossary/ingress.md
@@ -0,0 +1,20 @@
1
+---
2
+title: Ingress
3
+id: ingress
4
+date: 2018-04-12
5
+full_link: /docs/concepts/services-networking/ingress/
6
+short_description: >
7
+ Um objeto da API que gerencia o acesso externo aos serviços em um cluster, normalmente HTTP.
8
+
9
+aka:
10
+tags:
11
+- networking
12
+- architecture
13
+- extension
14
15
+ Um objeto da API (do inglês "Application Programming Interface") que gerencia o acesso externo aos serviços em um cluster, normalmente HTTP.
16
17
+<!--more-->
18
19
+Um Ingress pode fornecer as capacidades de um proxy reverso para as aplicações.
20
0 commit comments