参考
- https://kubectl.docs.kubernetes.io/guides/extending_kustomize/containerized_krm_functions/
- kustomizeの拡張 (Containerized KRM Functions) のドキュメント
- (私が見た時は) transformers の内容が微妙に間違っていたので
https://github.com/kubernetes-sigs/kustomize/blob/kustomize/v4.4.0/hack/krmFunctionBenchm
ark/example_tshirt/containerfn/transf.yaml も参考に
- https://pkg.go.dev/sigs.k8s.io/kustomize/
[email protected]/fn/framework
- https://static.sched.com/hosted_files/kccncna2021/da/Customizing%20Kustomize%20-%20Verey%
3ARegan.pdf
- kubeconの発表資料
- https://github.com/koba1t/krm-fn-app
- demoのrepo
22