Skip to content

Instantly share code, notes, and snippets.

@danwbyrne
Created January 21, 2020 19:18
Show Gist options
  • Save danwbyrne/49c29c04f8ac2eb67da51d7ffeaafc0e to your computer and use it in GitHub Desktop.
Save danwbyrne/49c29c04f8ac2eb67da51d7ffeaafc0e to your computer and use it in GitHub Desktop.
Deployment Plan

Node

StatefulSet deployment need to be able to: 1) connect each node in the cluster to each other (through peerSeeds config?) 2) be able to make an RPC request to any of them through one URL (load balancer) 3) health / liveness checks for restarts

Scraper

probably only ever need 1 scraper running?

Postgres

need 1 postgress db running

Web

Replica deployment of the webapp + loadbalancer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment