From 85f8d182d69392a80752b63f836ac8d875e0edb1 Mon Sep 17 00:00:00 2001 From: tonyhan18 Date: Sat, 13 Aug 2022 19:42:13 +0900 Subject: [PATCH] [ko] translate the glossary term Cluster Operator Co-authored-by: Byung Woo LEE Co-authored-by: June Yi Co-authored-by: Seokho Son --- .../reference/glossary/cluster-operator.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/ko/docs/reference/glossary/cluster-operator.md diff --git a/content/ko/docs/reference/glossary/cluster-operator.md b/content/ko/docs/reference/glossary/cluster-operator.md new file mode 100644 index 00000000000..01584be8999 --- /dev/null +++ b/content/ko/docs/reference/glossary/cluster-operator.md @@ -0,0 +1,21 @@ +--- +title: 클러스터 운영자(Cluster Operator) +id: cluster-operator +date: 2018-04-12 +full_link: +short_description: > + 클러스터를 구성, 제어 및 모니터링하는 사람. + +aka: +tags: +- user-type +--- + 클러스터를 구성, 제어 및 모니터링하는 사람. + + + +클러스터 운영자의 주된 책임은 클러스터를 가동 상태로 유지하는 것이며 이는 정기적인 유지보수 작업 또는 업그레이드를 포함한다.
+ +{{< note >}} +클러스터 운영자는 쿠버네티스 API를 확장하는 [오퍼레이터 패턴](https://www.redhat.com/ko/technologies/cloud-computing/openshift/what-are-openshift-operators)과는 다르다. +{{< /note >}}