Skip to content

Commit 8abf4ae

Browse files
mukmookkyliaog
authored andcommitted
Update operator list: add Mast, fix broken links
- Add Mast operator (#37355) - Fix broken Operator WP link (#43642) - Update/fix KubeOps link (#51627)
1 parent c2899f8 commit 8abf4ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ kubectl edit SampleDB/example-database # 일부 설정을 수동으로 변경하
117117
* [Kopf](https://github.com/nolar/kopf) (Kubernetes Operator Pythonic Framework)
118118
* [kube-rs](https://kube.rs/) (Rust)
119119
* [kubebuilder](https://book.kubebuilder.io/) 사용하기
120-
* [KubeOps](https://buehler.github.io/dotnet-operator-sdk/) (.NET 오퍼레이터 SDK)
120+
* [KubeOps](https://dotnet.github.io/dotnet-operator-sdk/) (.NET 오퍼레이터 SDK)
121+
* [Mast](https://docs.ansi.services/mast/user_guide/operator/)
121122
* 웹훅(WebHook)과 함께 [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html)
122123
사용하여 직접 구현하기
123124
* [오퍼레이터 프레임워크](https://operatorframework.io)
@@ -126,7 +127,7 @@ kubectl edit SampleDB/example-database # 일부 설정을 수동으로 변경하
126127
## {{% heading "whatsnext" %}}
127128

128129

129-
* {{< glossary_tooltip text="CNCF" term_id="cncf" >}} [오퍼레이터 백서](https://github.com/cncf/tag-app-delivery/blob/eece8f7307f2970f46f100f51932db106db46968/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md) 읽어보기
130+
* {{< glossary_tooltip text="CNCF" term_id="cncf" >}} [오퍼레이터 백서](https://github.com/cncf/tag-app-delivery/blob/163962c4b1cd70d085107fc579e3e04c2e14d59c/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md) 읽어보기
130131
* [사용자 정의 리소스](/ko/docs/concepts/extend-kubernetes/api-extension/custom-resources/)에 대해 더 알아보기
131132
* [OperatorHub.io](https://operatorhub.io/)에서 유스케이스에 맞는 이미 만들어진 오퍼레이터 찾기
132133
* 다른 사람들이 사용할 수 있도록 자신의 오퍼레이터를 [게시](https://operatorhub.io/)하기

0 commit comments

Comments
 (0)