概要
- フル名
docker.io/bitnamilegacy/fluxcd-kustomize-controller- Registry
- docker.io
- 名前空間
- bitnamilegacy
- リポジトリ
- fluxcd-kustomize-controller
- キャッシュ Tag 数
- 205
- 最終同期
- 07/13/2026, 06:23 AM
概要
Bitnami Legacy Flux Kustomize Controller 镜像,K8s GitOps 自动 apply Kustomize 清单,监听 Kustomization CRD 同步集群。
詳細
bitnamilegacy/fluxcd-kustomize-controller 运行 Flux Kustomize Controller,监听 Kustomization CRD 并从 Git/OCI 源自动 apply Kustomize 渲染后的 manifest。定位为 Flux GitOps K8s 控制器,flux install 时自动部署;非 docker 独立业务服务。
快速启动
docker run --rm \
docker.io/bitnamilegacy/fluxcd-kustomize-controller:latest \
--help
推荐实践
flux install -n flux-system
flux create source git my-repo --url=https://github.com/org/repo
flux create kustomization my-app --source=my-repo --path=./deploy
核心参数说明
- 安装 — flux install
- CRD — Kustomization
- 组件 — GitOps manifest 同步
- 勿 — 裸 docker run 替代 K8s 部署