Closed ekkoful closed 1 year ago
@ekkoful Great! The design is here https://github.com/KusionStack/kcl/issues/479. I hope we can participate in improving this content together.
Enhancement
There 2 way to generate operator. kubebuilder vs operator-sdk. I think we can use the operator-sdk tool. This is the doc. https://sdk.operatorframework.io/docs/building-operators/golang/quickstart/ https://sdk.operatorframework.io/docs/faqs/
- Kind: KCLRun
- Version: v1alpha1/...
- Group: ...
kubebuilder doc: https://book.kubebuilder.io/ @Peefy
I agree with using the operator-sdk tool.
I have noticed it before. A great project about k8s eco. and operator.
Enhancement
There 2 way to generate operator. kubebuilder vs operator-sdk. I think we can use the operator-sdk tool. This is the doc. https://sdk.operatorframework.io/docs/building-operators/golang/quickstart/ https://sdk.operatorframework.io/docs/faqs/
kubebuilder doc: https://book.kubebuilder.io/ @Peefy