Thanks for bringing this operator! I have a quick look at the JIRA and README, could you please elaborate more about details?
> the operator can help us to manage the celeborn clusters. Additionally, please consider providing minikube/k3s-based integration tests(or setup steps), so that other developers can play with it quickly without additional testing K8s cluster requirements. Thanks, Cheng Pan > On Nov 8, 2023, at 16:53, leo65535 <[email protected]> wrote: > > > > Hello everyone, > > > As we known, kubernetes is designed for automation, Kubernetes' operator > pattern concept > lets you extend the cluster's behaviour without modifying the code of > Kubernetes itself > by linking controllers to one or more custom resources. Operators are clients > of the > Kubernetes API that act as controllers for a Custom Resource. > > > So we can use k8s operator sdk to write our own operator for celeborn. the > operator can > help us to manage the celeborn clusters. > > > Please check the jira[1] for more detail. > > > Looking forward to your feedback and suggestions, thanks. > > > Bests, > xleoken > > > [1] > https://issues.apache.org/jira/browse/CELEBORN-1117 >
