A tutorial for deploying number-crunching Python applications to IBM Cloud.
This tutorial illustrates typical work-flows and tools in cloud computing, addressing key concepts and technologies. By the end of this tutorial everyone should be able to deploy a Python application to the cloud and have some familiarity with
- GitHub
- IBM Cloud
- Docker containers
- Visual Studio Code
- Continuous Delivery
- Kubernetes containers
- Microservice Starter Kits
- Cloud Foundry applications
-
Read Installing developer tools and environments and follow the steps.
-
Read Configuring DevOps tools and follow the steps.
-
Read Playing with your Python application and follow the steps.
- Cloning the repository
- Testing the example implementation
- Customizing the example implementation
- Customizing the example implementation again
- In the end, your file should look like
app/custom-health.py
-
Read Developing a number-crunching application and follow the steps.
-
Read Containerising the Python application and follow the steps.