Aug 04 2021

US CISA and NSA publish guidance to secure Kubernetes deployments

Category: Cloud computingDISC @ 9:47 am

It guides system administrators and developers of National Security Systems on how to deploy Kubernetes with example configurations for the recommended hardening measures and mitigations.

Below is the list of mitigations provided by the US agencies:

  • Scan containers and Pods for vulnerabilities or misconfigurations.
  • Run containers and Pods with the least privileges possible.
  • Use network separation to control the amount of damage a compromise can cause.
  • Use firewalls to limit unneeded network connectivity and encryption to protect confidentiality.
  • Use strong authentication and authorization to limit user and administrator access as well as to limit the attack surface.
  • Use log auditing so that administrators can monitor activity and be alerted to potential malicious activity.
  • Periodically review all Kubernetes settings and use vulnerability scans to help ensure risks are appropriately accounted for and security patches are applied.

Learn Kubernetes Security: Securely orchestrate, scale, and manage your microservices in Kubernetes deployments

Tags: Kubernetes, secure Kubernetes

Leave a Reply

You must be logged in to post a comment. Login now.