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/)
119
126
* Find ready-made operators on [OperatorHub.io](https://operatorhub.io/) to suit your use case
120
-
* Use existing tools to write your own operator, eg:
121
-
* using [KUDO](https://kudo.dev/) (Kubernetes Universal Declarative Operator)
122
-
* using [kubebuilder](https://book.kubebuilder.io/)
123
-
* using [Metacontroller](https://metacontroller.app/) along with WebHooks that
124
-
you implement yourself
125
-
* using the [Operator Framework](https://operatorframework.io)
126
127
*[Publish](https://operatorhub.io/) your operator for other people to use
127
128
* 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).
128
129
* 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