Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 830 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 830 Bytes

Druid Operator

Build Status

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

Supported CR

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

Run the operator locally

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