]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/operator-sdk/README.md
3336e36efc5eedd43db32c75450575026f80676a
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / operator-sdk / README.md
1 # Operator SDK
2
3 [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.
4
5 To use it, add `operator-sdk` to the plugins array of your zshrc file:
6
7 ```sh
8 plugins=(... operator-sdk)
9 ```
10
11