Skip to content

J-sephB-lt-n/k8s-autoscaling-api-microservice-with-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-autoscaling-api-microservice-with-db

description TODO

THIS REPO IS STILL MASSIVELY UNDER CONSTRUCTION

Project goals:

  • Host everything within a kubernetes cluster

  • Host PostGreSQL within the cluster (with an admin monitoring dashboard)

    • is replicated and highly available

    • has automated backup

  • Host an HTTP endpoint

    • adds/removes nodes based on traffic volume

    • interacts with the SQL database

  • Make a monitoring dashboard for the cluster (probably using kube-prometheus)

  • Load/stress-test the system and see what happens (probably using locust, or maybe oha)

Start minikube cluster: