himanshug commented on issue #10542: URL: https://github.com/apache/druid/issues/10542#issuecomment-741277598
I wouldn't say I have something ready :) , but I have done following many many times in remote k8s clusters... - 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 so, I could get those done somewhat easily if needed. I am guessing, `run the integration tests` step would be trivial considering we are doing that in many other builds. So, most important step missing is setting up a k8s cluster in travis build env that has enough resources to run a Druid cluster which can handle the things we do in integration tests. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
