架构

Source to Image Architecture

Source to Image (S2I) 功能通过 Alauda Container Platform Builds operator 实现, 支持从 Git 仓库源代码自动构建容器镜像,并将其推送到指定的镜像仓库。 核心组件包括:

  • Alauda Container Platform Builds operator:管理端到端的构建生命周期,并协调 Tekton pipelines。
  • Tekton pipelines:通过 Kubernetes 原生的 TaskRun 资源执行 S2I 工作流。