OperationCode / operationcode_infra

Platform infrastructure for the Operation Code site.
MIT License
15 stars 14 forks source link

Bring all the projects into kubernetes #61

Open apex-omontgomery opened 5 years ago

apex-omontgomery commented 5 years ago

This issue is to track bringing our current prod assets into kubernetes. operationcode-pybot operationcode-pyback front-end

Currently the first 2 are hosted on ECS using ECR, with amazon RDS. The third one is not hosted but we'd like to set it up to be able to point the staging frontend url to it in the very near future.

By doing it in this manner we are better able to track our assets and apply monitoring solutions to each in a standardized way which can help prevent re-inventing the wheel.

ohaiwalt commented 5 years ago

It appears front-end won't be requiring other infrastructure.

So that leaves pybot and pyback.

With the introduction of ArgoCD, we should be able to specify the manifests in this repository using kustomize.io and iterate.

ohaiwalt commented 5 years ago

78 for context

apex-omontgomery commented 5 years ago

Pyback has been combined with the back-end repo rewrite. So now it's only pybot.