Skip to content

Commit f67b8ff

Browse files
authored
Merge pull request #28386 from seokho-son/fix-ext-dev-1.21-ko.4
[ko] Fix and enhance extend-kubernetes Korean
2 parents 51b0bc1 + 191506a commit f67b8ff

File tree

1 file changed

+2
-2
lines changed
  • content/ko/docs/concepts/extend-kubernetes

1 file changed

+2
-2
lines changed

content/ko/docs/concepts/extend-kubernetes/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ no_list: true
2121
조정하는 방법을 이해하려는 {{< glossary_tooltip text="클러스터 운영자" term_id="cluster-operator" >}}를 대상으로 한다.
2222
잠재적인 {{< glossary_tooltip text="플랫폼 개발자" term_id="platform-developer" >}} 또는 쿠버네티스 프로젝트 {{< glossary_tooltip text="컨트리뷰터" term_id="contributor" >}}인 개발자에게도
2323
어떤 익스텐션(extension) 포인트와 패턴이 있는지,
24-
그리고 그것들의 트레이드오프와 제약에 대한 소개 자료로 유용할 것이다.
24+
그리고 그것의 트레이드오프와 제약을 이해하는 데 도움이 될 것이다.
2525

2626
<!-- body -->
2727

@@ -143,7 +143,7 @@ API를 추가해도 기존 API(예: 파드)의 동작에 직접 영향을 미치
143143

144144
### 인가
145145

146-
[인가](/docs/reference/access-authn-authz/webhook/) 특정 사용자가 API 리소스에서 읽고, 쓰고, 다른 작업을 수행할 수 있는지를 결정한다. 전체 리소스 레벨에서 작동하며 임의의 오브젝트 필드를 기준으로 구별하지 않는다. 빌트인 인증 옵션이 사용자의 요구를 충족시키지 못하면 [인가 웹훅](/docs/reference/access-authn-authz/webhook/)을 통해 사용자가 제공한 코드를 호출하여 인증 결정을 내릴 수 있다.
146+
[인가](/docs/reference/access-authn-authz/webhook/) 특정 사용자가 API 리소스에서 읽고, 쓰고, 다른 작업을 수행할 수 있는지를 결정한다. 전체 리소스 레벨에서 작동하며 임의의 오브젝트 필드를 기준으로 구별하지 않는다. 빌트인 인증 옵션이 사용자의 요구를 충족시키지 못하면 [인가 웹훅](/docs/reference/access-authn-authz/webhook/)을 통해 사용자가 제공한 코드를 호출하여 인증 결정을 내릴 수 있다.
147147

148148

149149
### 동적 어드미션 컨트롤

0 commit comments

Comments
 (0)