
Ultimate access to all questions.
Your organization runs numerous containerized applications on Google Kubernetes Engine (GKE), and node updates are currently performed manually. An audit has revealed that a critical patch was missed because of a failed notification. You need to design a more reliable, cloud-native, and scalable process for applying node updates. What is the recommended approach?
A
Configure node auto-upgrades for node pools in the maintenance windows.
B
Develop a custom script to continuously check for patch availability, download patches, and apply the patches across all components of the cluster.
C
Migrate the cluster infrastructure to a self-managed Kubernetes environment for greater control over the patching process.
D
Schedule a daily reboot for all nodes to automatically upgrade.