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
