|
|
|
|
|
by verdverm
1683 days ago
|
|
You could remove the defaults and always specify them via flags to the gcloud CLI. I have some bash functions which get/set these defaults, so I will typically make sure I know what I am running against before executing a command. If your DevOps setup is good, you should not be able to take down prod and it should be easy to rebuild. There should be controls, especially for deletion in prod. There is also rollback like capabilities. |
|