Slide 36
Slide 36 text
How to Control Kubernetes Manifests
› Controlling / Managing Kubernetes manifests is one of the important things
› Inject variables dynamically
› e.g. pull request number, commit hash
› Kustomize? Helm? ksonnet?
› In our usage, anything is fine
› We chose Kustomize
› Since 1.14, Kubectl supports the management of Kubernetes objects
using a kustomization file