Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 964 Bytes

File metadata and controls

15 lines (13 loc) · 964 Bytes

Druid Operator

Build Status

  • 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.

Supported CR

  • The operator supports Druid CR.
  • Druid CR belongs to api Group druid.apache.org and version v1alpha1

Notifications

  • 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.