druid/docs/operations/kubernetes.md
Himanshu ac1882bf74
kubernetes based discovery druid extension to run Druid on K8S without Zookeeper (#10544)
* 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
2020-12-14 21:10:31 -08:00

1.4 KiB
Raw Blame History

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 druidkubernetes-extensions .