zhangyue19921010 edited a comment on issue #10542:
URL: https://github.com/apache/druid/issues/10542#issuecomment-740375673


   > 
   > something along the lines of...
   > 
   > * create a k8s cluster using minikube/kind/whatever-can-work-inside-travis
   > * deploy druid-operator in above k8s cluster
   > * deploy zookeeper using StatefulSet resource (replica = 1) so as to have 
predictable name for the pod (we wouldn't need postgres, since we can run 
overload at coordinator itself and have just one replica, so it can use derby)
   > * deploy a druid cluster via druid-operator , druid cluster configuration 
should be same as that used by other existing builds running integration tests
   > * run the integration tests
   > * destroy everything
   
   Hi @himanshug Our Dev, Stg and Prd Druid clusters are all deployed on K8s 
using Helm Chart. Maybe I can do some help for this great work. What we have 
done is that K8s + tiller(optional) + helmChart(including ZK statefulset) but 
do not use `Druid Operator`.
   If it is convenient, can you roughly say what you have completed and what 
needs to be done?
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to