tleyden / open-ocr

Run your own OCR-as-a-Service using Tesseract and Docker
Apache License 2.0
1.33k stars 223 forks source link

adding bits for the bootstrap.sh, an automated way to deploy to Kubernetes. #121

Closed dcasati closed 5 years ago

dcasati commented 5 years ago

adding bits for the bootstrap.sh, an automated way to deploy to Kubernetes.

dcasati commented 5 years ago

Hi @tleyden -

I've made a small utility to help me out when demoing open-ocr on k8s. It is generic enough that it should work on any cluster that supports an external LoadBalancer.

Thanks, dcasati

tleyden commented 5 years ago

Hey @dcasati, looks like a great contribution!