1. Home
  2. Security Hardening
  3. DISA STIG Kubernetes V1R4
  4. CNTR-K8-000470 – The Kubernetes API server must have Alpha APIs disabled.

CNTR-K8-000470 – The Kubernetes API server must have Alpha APIs disabled.

Details

Kubernetes allows alpha API calls within the API server. The alpha features are disabled by default since they are not ready for production and likely to change without notice. These features may also contain security issues that are rectified as the feature matures. To keep the Kubernetes cluster secure and stable, these alpha features must not be used.

Solution

Edit any manifest files that contain the feature-gates setting with AllAlpha set to ‘true’. Set the flag to ‘false’ or remove the AllAlpha setting completely.
(AllAlpha- default=false)

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles