- Druid operator provisions and manages druid cluster on kubernetes.
- It is built using the kubebuilder.
- 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
- Users may experience HPA issues with druid operator with release 0.0.5, as described in the issue druid-io#160.
- The latest release 0.0.6 has fixes for the above issue.
- The operator has moved from HPA apiVersion autoscaling/v2beta1 to autoscaling/v2beta2 API users will need to update there HPA Specs according v2beta2 api in order to work with the latest druid operator release.