Sign inSign up

11nehas/cruise-control

By 11nehas

Updated over 5 years ago

Image
0

1.7K

11nehas/cruise-control repository overview

Linkedin Cruise Control docker image

This is a docker image that will run Cruise Control. Dependencies needed:

  1. Kafka fully operation cluster with prometheus node and jmx expoter enabled.
  2. Prometheus server for metrics.

Pull image:

docker pull 11nehas/cruise-control:latest

Run container:

docker run -p 9091:9091 -v $PWD/config/cruisecontrol.properties:/cc/config/cruisecontrol.properties -v $PWD/config/capacityCores.json:/cc/config/capacityCores.json 11nehas/cruise-control:latest

web ui config location

webserver.ui.diskpath=./cruise-control-ui

Add /cruise-control-ui/ui-config.csv if you want to adjust web ui config.

Tag summary

Content type

Image

Digest

Size

249.4 MB

Last updated

over 5 years ago

docker pull 11nehas/cruise-control