Conclusion

In this tutorial, you learned:

  • How to build a basic python flask app or a basic NodeJs Express app
  • Containarize the application
  • Store it in container registry
  • Write a deployment script
  • Deploy it on a kubernetes cluster

You can access the source code of this tutorial at:

Tutorial created and maintained by Manoj Jahgirdar

Questions

If you have any questions or issues you can create a new issue here.

Back to top