mirror of
https://github.com/apache/druid.git
synced 2025-02-06 10:08:26 +00:00
* honor zk enablement config in more places in druid code * kubernetes based discovery module * fix spotbugs check * fix intellij checks error * fix doc link to kubernetes.md from extension * make spellchecker happy * update license.yaml * fix dependency check errors * update extension coverage * UTs for BaseNodeRoleWatcher * fix forbidden-api check * update k8s module coverage ignores * add Bouncy Castle License being same as MIT License for license checking purposes * further update licenses.yaml * label/annotation pre-existence assumption * address review comment
1.4 KiB
1.4 KiB
id | title |
---|---|
kubernetes | kubernetes |
Apache Druid distribution is also available as Docker image from Docker Hub . For example, you can obtain release 0.16.0-incubating using the command below.
$docker pull apache/druid:0.16.0-incubating
druid-operator can be used to manage a Druid cluster on Kubernetes .
Druid clusters deployed on Kubernetes can function without Zookeeper using druid–kubernetes-extensions .