summaryrefslogtreecommitdiff
path: root/plugins/operator-sdk/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/operator-sdk/README.md')
-rw-r--r--plugins/operator-sdk/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/operator-sdk/README.md b/plugins/operator-sdk/README.md
new file mode 100644
index 000000000..3336e36ef
--- /dev/null
+++ b/plugins/operator-sdk/README.md
@@ -0,0 +1,11 @@
+# Operator SDK
+
+[Operator SDK](https://sdk.operatorframework.io/) is a component of the Operator Framework, an open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way.
+
+To use it, add `operator-sdk` to the plugins array of your zshrc file:
+
+```sh
+plugins=(... operator-sdk)
+```
+
+