daximillian / myPhonebook

MySQL Python Flask phonebook app for opsschool final project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phonebook

A phone book application for linux with a Web UI. Written in Python/MySQL/Flask. Runs in a docker container, built using a Jenkinsfile.

Notes

A clone of https://github.com/karissame/myPhonebookwith some changes:

  • Python 2 to Python 3
  • Removed profile picture treatment
  • Added ID per user
  • Added prometheus instrumentation
  • Added logging
  • Added Dockerfile, Jenkinsfile and all the necessary k8s yaml files.
  • Includes a basic load test, done with Jmeter
  • Makes use of k8s secrets

About

MySQL Python Flask phonebook app for opsschool final project


Languages

Language:Python 59.3%Language:HTML 28.2%Language:CSS 9.6%Language:Dockerfile 2.9%