Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

kubectl create -f controllers/phasemongodb-1controller.yaml

 

2a.)  Decide if you wish to use search, and run this command if you do: Run this command to start ElasticSearch

kubectl create -f controllers/phase-2-optional/elasticsearch-controller.yaml

 

2b.)  Decide if you want to use extractors, run  Run this command as well, followed by commands to start your desired extractorsRabbitMQ:

kubectl create -f controllers/phase-2-optional/rabbitmq-controller.yaml

 

3.)  Run this command last to bring up Clowder itself:

kubectl create -f controllers/phase-3

 

4.)  (Optional) After starting RabbitMQ, run commands similar to the following in order to start your extractors:

kubectl create -f controllers/2-optional/extractors/EXTRACTOR-1-controller.yaml
kubectl create -f controllers/phase-2-optional/extractors/EXTRACTOR-2-controller.yaml

...

kubectl create -f controllers/phase-2-optional/extractors/EXTRACTOR-N-controller.yaml

 

3.)  Run this command last to bring up Clowder itself:

kubectl create -f controllers/phase-3

Tip and Tricks

Scaling Extractors

...