Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 803 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 803 Bytes

Several simple Docker/Kubernetes labs. The main idea of these labs is to create and build typical web application. The application collects some environment data from the containers where it's running, saves the data to the database, and shows them as a web page. So we can see current state of all running containers.

  • app01 Building simple python application
  • app02 Building simple database application (postgres and adminer)
  • app03 Building another python application to work with volumes
  • app04 Building Nginx reverse proxy
  • app05 Building Python application to work with Postgres
  • app06 Building typical web application (Postgres+Python+Nginx) with docker-compose