fastai / course-v3

The 3rd edition of course.fast.ai
https://course.fast.ai/
Apache License 2.0
4.9k stars 3.55k forks source link

Add kubernetes deployment guide for Fastai #508

Closed yubozhao closed 4 years ago

yubozhao commented 4 years ago

Add the Kubernetes deployment guide for fastai. Include how to build a model server with BentoML, build the model server docker image, and deploy to Kubernetes.

Feel free to ping me, if there are any questions I can help with.

yubozhao commented 4 years ago

hi @jph00, I would love to get your review and feedback on this deployment guide for Kubernetes.

jph00 commented 4 years ago

Many apologies for the delay!

gcucurull commented 4 years ago

The url in the sidebar should be /deployment_kubernetes_docker.html instead of /deployment_docker_kubernetes.html. If you follow the link you get a 404 error because the content is not found.

This is the line that should be changed: https://github.com/fastai/course-v3/blob/master/docs/_data/sidebars/home_sidebar.yml#L152

yubozhao commented 4 years ago

@gcucurull Thanks for spotting it! I think #508 537 is fixing it by changing the doc name