Skip to content

nishantmonu51/druid-operator

 
 

Repository files navigation

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

About

Druid Kubernetes Operator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.3%
  • Dockerfile 1.4%
  • Other 1.3%