tmax-cloud/kubevirt-image-service

Migrate operator-sdk to kubebuilder

Opened this issue · 0 comments

Both operator-sdk and kubebuilder are tools for creating operators. However, kubebuilder has the features of webhook creation and RBAC auto-generation. On the other hand, operator-sdk supports ansible/helm/GO language. Because we use GO, kubebuilder may be more appropriate. Migration will not be very difficult, because they are made of similar structures.

Any thoughts on this issue? @hyoung-90 @hbinkim