What is the right approach to run glcoud commands for long running process.
i need to run patch management through gcloud commands on Monthly basis in each project along with backup scripts .Google cloud functions are having time limit constraint. where should i run all these gcloud command and scripts for multiple vms and store the results in storage object and for entire projects in an organization .Please suggest some google cloud native approach to achieve the same
Hello @gcloudLearning,
You might want to try this document to Schedule a command in GCP. Thanks