GoogleCloudPlatform / reliable-app-platforms

A MVP of a platform for delivering reliable applications on Google Cloud
Apache License 2.0
5 stars 5 forks source link

Creating delete of app and platform infra #74

Closed MKand closed 4 weeks ago

MKand commented 1 month ago
  1. Added rollback of app infrastructure deploy.sh --app abc --destroy
  2. Does not uninstall the app resources on GKE yet, that requires another solution
  3. Destruction of platform infra build.sh --destroy
  4. Platform infra including GKE gets destroyed, but there is an issue with apis where gkeconnect and gkehub do not allow each other to get destroyed. Will create an issue