You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have the infra module which codifies resources in the wandb-qa and wandb-production GCP projects. Most of the infrastructure provisioned relates to the following services:
The terraform provisions the zoo-qa cluster in the wandb-qa project. We want to achieve a similar result for the wandb-production project, where applying the terraform in the listed modules provisions a GKE cluster in wandb-production called zoo-production, mirroring the same nodepool structure (but with larger node instance sizes as per the module variables).
Goals
We want to provision a new, parallel production environment that has fully codified versions of the following stateless resources:
All resources referenced in the QA and production Helm charts are managed by Terraform
We generate a Helm values file which references the Terraform managed resources (will be new for stateless resources and same as existing for stateful ones)
We can install the Helm chart onto the new, Terraform managed k8s cluster
Once this is done, we should have a fully functional mirror of our production environment that is completely managed by Terraform.
The text was updated successfully, but these errors were encountered:
Background
We currently have the infra module which codifies resources in the
wandb-qa
andwandb-production
GCP projects. Most of the infrastructure provisioned relates to the following services:The terraform provisions the
zoo-qa
cluster in thewandb-qa
project. We want to achieve a similar result for thewandb-production
project, where applying the terraform in the listed modules provisions a GKE cluster inwandb-production
calledzoo-production
, mirroring the same nodepool structure (but with larger node instance sizes as per the module variables).Goals
We want to provision a new, parallel production environment that has fully codified versions of the following stateless resources:
Additionally, it would be good to import the following stateful resources:
Our desired end-state is:
Once this is done, we should have a fully functional mirror of our production environment that is completely managed by Terraform.
The text was updated successfully, but these errors were encountered: