From the course: DevOps Foundations: Microservices

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

About the example application

About the example application - Kubernetes Tutorial

From the course: DevOps Foundations: Microservices

Start my 1-month free trial

About the example application

- [Instructor] An installation document is available if you would like to set up the example application used in this course, which is written in Python's Flask framework, or you can follow along without installing the example application, just by watching the videos. Let's walk through the steps necessary to set up the example application for this course. This set up assumes that you have a package manager installed on your system, for example, Homebrew for Mac OS X, and have already installed the PostgreSQL database using that package manager. It also assumes that you have installed and configured pyenv and pyenv virtualenv, tools used to create and manage Python versions in virtual environments. If you need help setting up these tools, an installation document is available in the exercise files. First, we'll create the PostgreSQL database the example application will use. We do this by opening a new terminal window and typing createdb kineteco and hit Enter. Next, we will create…

Contents