This project tests my ability to operationalize a Python flask app
My project goal is to operationalize a working, machine learning microservice using kubernetes
- Test your project code using linting Linting with errors:
After fixing warnings:
- Complete a Dockerfile to containerize this application
- Deploy your containerized application using Docker and make a prediction
- Improve the log statements in the source code for this application
- Configure Kubernetes and create a Kubernetes cluster
- Deploy a container using Kubernetes and make a prediction
- Upload a complete Github repo with CircleCI to indicate that your code has been tested