519861d265
- Ko: add l10n contributor name in a blog (#26285) - Translate reference/glossary/secret.md in Korean (#26391) - Update outdated files in the dev-1.20-ko.4 branch (2) (#26342) - Translate reference/glossary/quantity.md in Korean (#26390) - Update outdated files in the dev-1.20-ko.4 branch (1) (#26427) - Translate reference/glossary/storage-class.md in Korean (#26419) - Update outdated files in dev-1.20-ko.4 branch (3) (#26599) Co-authored-by: seokho-son <shsongist@gmail.com> Co-authored-by: Jerry Park <jaehwa@gmail.com> Co-authored-by: santachopa <santachopa@naver.com> Co-authored-by: jmyung <jesang.myung@gmail.com>
20 lines
827 B
Markdown
20 lines
827 B
Markdown
---
|
|
title: API 그룹(API Group)
|
|
id: api-group
|
|
date: 2019-09-02
|
|
full_link: /ko/docs/concepts/overview/kubernetes-api/#api-그룹과-버전-규칙
|
|
short_description: >
|
|
쿠버네티스 API의 연관된 경로들의 집합.
|
|
|
|
aka:
|
|
tags:
|
|
- fundamental
|
|
- architecture
|
|
---
|
|
쿠버네티스 API의 연관된 경로들의 집합.
|
|
|
|
<!--more-->
|
|
API 서버의 구성을 변경하여 각 API 그룹을 활성화하거나 비활성화할 수 있다. 특정 리소스에 대한 경로를 비활성화하거나 활성화할 수도 있다. API 그룹을 사용하면 쿠버네티스 API를 더 쉽게 확장할 수 있다. API 그룹은 REST 경로 및 직렬화된 오브젝트의 `apiVersion` 필드에 지정된다.
|
|
|
|
* 자세한 내용은 [API 그룹(/ko/docs/concepts/overview/kubernetes-api/#api-그룹과-버전-규칙)을 참조한다.
|