
Answer-first summary for fast verification
Answer: Graceful Exit
The correct approach is to use a **Graceful Exit** when configuring autoscaling options. This method ensures that shutdown scripts are run to safely redirect incoming traffic at the load balancer and flush the cache prior to exit, thereby minimizing risks associated with improper shutdowns.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What is the recommended best practice in GCP for handling processes that do not shutdown correctly within your VMs, specifically to reduce risk by executing shutdown scripts that redirect incoming traffic at the load balancer and flush the cache before exit? (Select One)
A
Not supported in GCP
B
Hard Exit
C
Graceful Exit
D
Soft Exit
No comments yet.