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 8958ace + a6b1107 commit b45c3e3Copy full SHA for b45c3e3
content/vi/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
+ Một đối tượng API quản lý quyền truy cập từ bên ngoài vào các dịch vụ trong cụm, thường là qua HTTP.
8
+
9
+aka:
10
+tags:
11
+- networking
12
+- architecture
13
+- extension
14
15
16
+Một đối tượng API quản lý quyền truy cập từ bên ngoài vào các dịch vụ trong cụm, thường là qua HTTP.
17
18
+<!--more-->
19
20
+Ingress có thể cung cấp khả năng cân bằng tải (load balancing), SSL termination và lưu trữ ảo dựa trên tên miền (name-based virtual hosting).
0 commit comments