You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Learn more about [Custom Resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
217
235
* Find ready-made operators on [OperatorHub.io](https://operatorhub.io/) to suit your use case
218
-
* Use existing tools to write your own operator, eg:
219
-
* using [KUDO](https://kudo.dev/) (Kubernetes Universal Declarative Operator)
220
-
* using [kubebuilder](https://book.kubebuilder.io/)
221
-
* using [Metacontroller](https://metacontroller.app/) along with WebHooks that
222
-
you implement yourself
223
-
* using the [Operator Framework](https://operatorframework.io)
224
236
* [Publish](https://operatorhub.io/) your operator for other people to use
225
-
* Read [CoreOS' original article](https://coreos.com/blog/introducing-operators.html) that introduced the Operator pattern
237
+
* Read [CoreOS' original article](https://web.archive.org/web/20170129131616/https://coreos.com/blog/introducing-operators.html) that introduced the Operator pattern (this is an archived version of the original article).
226
238
* Read an [article](https://cloud.google.com/blog/products/containers-kubernetes/best-practices-for-building-kubernetes-operators-and-stateful-apps) from Google Cloud about best practices for building Operators
0 commit comments