pyspider icon indicating copy to clipboard operation
pyspider copied to clipboard

Running pyspider and related dependencies on minukube/kubernetes

Open DjangoPeng opened this issue 6 years ago • 0 comments

I noticed that there is guide of Running pyspider with Docker here.

Actually, it's a little complicated to run so many docker containers at the same time. And there is an alternative advice is using docker-compose, which is not recommended now.

So, I suggest using minikube or kubernetes to manage the set of containers of pyspider and related dependencies, such as mongo, phantomjs, result worker, etc. All we need to do is launching a kubernetes job including all service above.

WDYT @binux

DjangoPeng avatar Mar 05 '19 07:03 DjangoPeng