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.
1 parent 285affb commit 2725b2aCopy full SHA for 2725b2a
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 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
16
17
+<!--more-->
18
19
+Ingress may provide load balancing, SSL termination and name-based virtual hosting.
20
+O Ingress pode fornecer um balanceamento de carga, descriptografia SSL e hospedagem virtual baseada em nome.
0 commit comments