File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/ko/docs/concepts/extend-kubernetes Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,8 @@ kubectl edit SampleDB/example-database # 일부 설정을 수동으로 변경하
117
117
* [ Kopf] ( https://github.com/nolar/kopf ) (Kubernetes Operator Pythonic Framework)
118
118
* [ kube-rs] ( https://kube.rs/ ) (Rust)
119
119
* [ 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/ )
121
122
* 웹훅(WebHook)과 함께 [ Metacontroller] ( https://metacontroller.github.io/metacontroller/intro.html ) 를
122
123
사용하여 직접 구현하기
123
124
* [ 오퍼레이터 프레임워크] ( https://operatorframework.io )
@@ -126,7 +127,7 @@ kubectl edit SampleDB/example-database # 일부 설정을 수동으로 변경하
126
127
## {{% heading "whatsnext" %}}
127
128
128
129
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 ) 읽어보기
130
131
* [ 사용자 정의 리소스] ( /ko/docs/concepts/extend-kubernetes/api-extension/custom-resources/ ) 에 대해 더 알아보기
131
132
* [ OperatorHub.io] ( https://operatorhub.io/ ) 에서 유스케이스에 맞는 이미 만들어진 오퍼레이터 찾기
132
133
* 다른 사람들이 사용할 수 있도록 자신의 오퍼레이터를 [ 게시] ( https://operatorhub.io/ ) 하기
You can’t perform that action at this time.
0 commit comments