Aller au contenu

Migration of a Cloud Zone from infra-stg to infra-prd#

Whitelist loadbalancer#

Note

This part should be improved and describe the full procedure.

  • Add the connection in infra-prd

Modify whitelist of loadbalancer to allow connection between infra-prd and the destination zone.

  • Remove the connection in infra-stg

Modify whitelist of loadbalancer to remove connection between infra-stg and the source zone.

Redeploy Karma#

Note

caascad-zones must be up to date and envs-ng must reference the up to date caascad-zones.

Redeploy Karma in both infra zones :

trackbone apply -c karma -z infra-stg -t karma_refresh_cache=true
trackbone apply -c karma -z infra-prd -t karma_refresh_cache=true

Update consumption conf#

Note

caascad-zones must be up to date and envs-ng must reference the up to date caascad-zones.

Redeploy Prometheus in both infra zones :

trackbone apply -c kube-prometheus-stack-infra-consumption -z infra-stg
trackbone apply -c kube-prometheus-stack-infra-consumption -z infra-prd