systemaccounting / mxfactorial

a payment application intended for deployment by the united states treasury that replaces banking with accounting
https://www.systemaccounting.org
46 stars 26 forks source link

add kubernetes in dev cloud #386

Closed mxfactorial closed 1 month ago

mxfactorial commented 1 month ago

expected

kubernetes manifests are available as of https://github.com/systemaccounting/mxfactorial/issues/384

add kubernetes to cloud but start with a single microk8s ec2 instance

with the exception of postgres which runs in rds, only 1) redis and the 2) event and 3) measure services are constantly running so the other services can stay on lambda

also, 3 demo services on eks just adds an unnecessary expense

hourly estimate

  1. microk8s ec2 in terraform: 4
  2. ssm entries: 1
  3. project configuration: 1
  4. deployment scripting: 2
  5. ./k8s/dev manifests: 1
  6. pipelines: 3
  7. testing: 2

total: 14

mxfactorial commented 1 month ago

hours worked

requirement writing and testing: 6.5

mxfactorial commented 1 month ago

hours worked

16.5

mxfactorial commented 1 month ago

skipped pipelines since kubernetes is currently optional