21f774fd23
* (fix) Broken links in Korean documentation. (#18179) * Modified link between Korean documents. (#18152) * Update to outdated files in the dev-1.16-ko.7 (#18146) * Updates to documents that do not reflect the original text - 1.16 (#18166) * Update path of referenced links in translated documents - 1.16. (#18164) Co-Authored-By: Oleg Butuzov <butuzov@users.noreply.github.com> Co-Authored-By: Seokho Son <shsongist@gmail.com> Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com> Co-authored-by: Oleg Butuzov <butuzov@users.noreply.github.com> Co-authored-by: Seokho Son <shsongist@gmail.com> Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
21 lines
577 B
Markdown
Executable File
21 lines
577 B
Markdown
Executable File
---
|
|
title: 인그레스(Ingress)
|
|
id: ingress
|
|
date: 2018-04-12
|
|
full_link: /ko/docs/concepts/services-networking/ingress/
|
|
short_description: >
|
|
클러스터 내의 서비스에 대한 외부 접근을 관리하는 API 오브젝트이며, 일반적으로 HTTP를 관리함.
|
|
|
|
aka:
|
|
tags:
|
|
- networking
|
|
- architecture
|
|
- extension
|
|
---
|
|
클러스터 내의 서비스에 대한 외부 접근을 관리하는 API 오브젝트이며, 일반적으로 HTTP를 관리함.
|
|
|
|
<!--more-->
|
|
|
|
인그레스는 부하 분산, SSL 종료, 명칭 기반의 가상 호스팅을 제공할 수 있다.
|
|
|