Tag Archives: patch

Versioning Explained – Semantic (SemVer), Calendar (CalVer), etc.

How do we version software? Should we use build numbers, Semantic Versioning (SemVer), Calendar Versions (CalVer), milestone versioning, or something else? What are the reasons for using each of those and which one should you use?

Continue reading

Helm vs Kustomize – The Fight Between Templating and Patching in Kubernetes

Kustomize and Helm serve the same primary function. Both allow us to define applications in a more flexible way than using only Kubernetes manifests. However, the way Helm solves the problem is quite different from the approach adopted with Kustomize. Which one is better? Which one should you choose?

Continue reading