Distributed Big Data computing platform, parallelized machine learning.
- Setup the model training deployment
kubectl create -f trainer
Wait for it to finish, if you proceed early the rest of the system will be idle until this is complete
- Setup the Zookeeper and Kafka nodes
kubectle create -f zookeeper.yaml; kubectl create -f kafka.yaml
- Initialize the ML processing nodes
kubectl create -f processor.yaml
- Initialize the ML preprocessing nodes
kubectl create -f preprocessor.yaml