A Better Way to Provision Kubernetes Resources Using Terraform (+ Helm and Kustomize providers)
👉 https://bit.ly/3GaEkLo
#kubernetes #terraform #helm #kustomize
👉 https://bit.ly/3GaEkLo
#kubernetes #terraform #helm #kustomize
Kustomize Best Practices
Part 1
🔹 If something is the same between multiple overlays, consider putting it in your base
🔹 Use multiple bases to compose different application components
🔹 Use remote bases
Part 2
🔹 Overlays can be a base for other overlays
🔹 Consider disabling name suffix hashing for secrets and configMaps
🔹 Test before patching list items with JSON6902 to make sure that item position within the list hasn’t changed
#kustomize
Part 1
🔹 If something is the same between multiple overlays, consider putting it in your base
🔹 Use multiple bases to compose different application components
🔹 Use remote bases
Part 2
🔹 Overlays can be a base for other overlays
🔹 Consider disabling name suffix hashing for secrets and configMaps
🔹 Test before patching list items with JSON6902 to make sure that item position within the list hasn’t changed
#kustomize