Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have you tried operator-framework or controller-runtime? #7

Closed
YangKeao opened this issue Oct 29, 2019 · 3 comments
Closed

Have you tried operator-framework or controller-runtime? #7

YangKeao opened this issue Oct 29, 2019 · 3 comments

Comments

@YangKeao
Copy link
Member

While I am developing network related chaos operation for chaos-operator, I found there are a lot of duplicated codes between network chaos and pod chaos. Then I tried to abstract them into a framework or package to reuse these duplicate codes.

However, I found operator-sdk and controller-runtime these two frameworks.

operator-sdk provides an SDK to add controller, manager and version with a easy to use CLI.

controller-runtime is the low level abstraction of operator-sdk which provides an abstraction of manager, controller and hooks. Here is an example for it.

@YangKeao YangKeao changed the title Have you tried operator-framework or controller-runtime Have you tried operator-framework or controller-runtime? Oct 29, 2019
@YangKeao
Copy link
Member Author

YangKeao commented Nov 5, 2019

Unfortunately, operator-framework is full of bugs now :(

@zhouqiang-cl
Copy link
Contributor

(⊙o⊙)

@YangKeao
Copy link
Member Author

YangKeao commented Nov 8, 2019

Kube builder is awesome!

@YangKeao YangKeao closed this as completed Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants