Skip to content

andreedd/devopswithkuberneters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps with Kubernetes

Somewhat relevant screenshots for each excersice is placed under each folder in the folder screenshots.

All coding is done using Python

The project is done using Django

Other exercises are done using Flask

3_06

DBaaS pros

  • required work (fast setup)
  • Less cost to initialize
  • Less to maintain (staff costs)
  • Easy basic usage
  • Security

cons

  • Less customizable
  • Limited to available databases

DIY pros

  • Customizable
  • Can use any database

cons

  • Setup time
  • Maintenance costs
  • Security
  • Less user friendly

3_07

I will use Google Cloud SQL as it seems like a good opportunity to learn how to use it.