More Info:

Ensures all Kubernetes cluster nodes have automatic upgrades enabled. Enabling automatic upgrades on nodes ensures that each node stays current with the latest version of the master branch, also ensuring that the latest security patches are installed to provide the most secure environment.

Risk Level

Low

Address

Security, Reliability

Compliance Standards

HITRUST, SOC2, NISTCSF, PCIDSS

Triage and Remediation

Remediation

To remediate the misconfiguration “Automatic Node Upgrades Should Be Enabled” for GCP using GCP console, you can follow the below steps:

  1. Open the Google Kubernetes Engine (GKE) console.
  2. Select the cluster for which you want to enable automatic node upgrades.
  3. Click on the “Edit” button at the top of the page.
  4. Scroll down to the “Node Pools” section and click on the “Default pool” or the pool for which you want to enable automatic node upgrades.
  5. Under the “Auto-upgrade” section, select the checkbox next to “Enable auto-upgrade”.
  6. Choose the desired maintenance window during which automatic node upgrades should be performed.
  7. Click on the “Save” button at the bottom of the page to save the changes.

Once you have followed these steps, automatic node upgrades will be enabled for the selected node pool. This will ensure that your nodes are always up-to-date with the latest security patches and bug fixes.

Additional Reading: