- Druid operator provisions and manages druid cluster on kubernetes.
- It is built using the operator-sdk.
- Language used is GoLang
- Refer to Documentation for getting started.
- The operator supports
Druid
CR. Druid
CR belongs to api Groupdruid.apache.org
and versionv1alpha1
Requirements:
- Go 1.13
- operator-sdk version v0.16.0.
$ docker build -t druid_image:tag .
# set --watch-namespace with "" to watch all namespaces
$ operator-sdk run --local --watch-namespace=namespace