Panfactum / stack

The Panfactum Stack
https://panfactum.com
Other
16 stars 5 forks source link

[question]: How should one apply to multiple AWS environments for example development and production #107

Closed wesbragagt closed 3 months ago

wesbragagt commented 3 months ago

Prior Search

What is your question?

We currently have the stack bootstrapped in development/ and production/. I'm wondering what the recommendation is for running the CI system, should I apply from the development Argo workflow targeting development and production environments? Or does every environment applies its infrastructure module to itself for example in production/us-west-2/ also has a cicd_stack.

What primary components of the stack does this relate to?

terraform, website

Code of Conduct

fullykubed commented 3 months ago

@wesbragagt

Short answer: every environment deploys its own infrastructure.

Long answer, see our architectural docs: https://panfactum.com/docs/edge/concepts/cicd/recommended-architecture.

Do those docs add clarity?

wesbragagt commented 3 months ago

@fullykubed Yes it makes total sense, I didn't think to check that section.