With the operator-sdk guide v1.0, it is necessary to install operator-sdk in production environment when deploy an operator.
Is it possibile to deploy an operator without installing operator-sdk? Because it leads to more dependency and complexity.
How can I just generate CRD yaml, CR yaml and Contoller Image? Or any other more convenient way to publish an Operator?