Files
nexus/wiki/sources/ctp-topic-49-container-lifecycle-hardening-standards.md
2026-04-19 16:02:56 +08:00

2.7 KiB
Raw Blame History

title, type, tags, date
title type tags date
CTP Topic 49 Container Lifecycle Hardening Standards source
Container
Security
Hardening
CTP
Micro Focus
2026-04-14

Source File

Summary

  • 核心主题Micro Focus 容器生命周期加固标准,聚焦构建阶段的安全最佳实践
  • 问题域:容器镜像安全、运行时安全配置、供应链安全
  • 方法/机制11 项容器镜像构建标准,涵盖基础镜像选择、敏感信息管理、文件系统加固、镜像扫描等
  • 结论/价值:为容器化应用提供系统化的安全加固指导,降低容器被攻破的风险

Key Claims

  • 使用 Micro Focus 基础镜像可避免开源默认镜像的已知漏洞
  • 采用 init 系统(如 teeny可处理信号并防止僵尸进程耗尽资源
  • 敏感信息不应嵌入容器镜像,应使用 Kubernetes Secrets 在运行时获取
  • 只读文件系统readOnlyRootFilesystem=true可防止未授权文件创建
  • 每个容器应只运行一个应用程序,防止进程间相互干扰
  • 禁用容器内 Kubernetes API 访问automountServiceAccountToken=false可限制潜在 compromise 的影响范围
  • 应使用私有服务账户而非默认服务账户,控制权限并最小化权限提升

Key Quotes

"Use micro focus base image which are configured to be secure with non and trust weighted components." — Ashish, Product Security Group "If one application is compromised process in one application can interfere with the process of other application in the same container." — 标准说明

Key Concepts

Key Entities

  • Micro Focus:企业软件公司,产品安全组制定本标准
  • Kubernetes:容器编排平台,本标准主要针对 K8s 环境
  • AshishProduct Security Group 安全专家,本课程讲师

Connections

Contradictions

  • 本标准专注于构建阶段,部署和运行阶段的标准将在后续会议中覆盖