A containerized development environment is easy to manage and share with other developers as it can be easily deployed without any change to their standard environment. In this tutorial, we will create a simple web app using flask & name it app.py. We will then containerize our application by creating an image using Dockerfile. Finally, we'll deploy everything on kubernetes.
Table of contents
IntroductionWhat we’ll doCreating an applicationCreate a DockerfileCreate an imageDeploying on KubernetesConclusion1 Comment
Sort: