Exploring Kustomize

As a DevOps engineer with a background heavily focused on using Helm to manage Kubernetes applications, I’ve recently started delving into Kustomize. Kustomize is intriguing due to its tight integration with Kubernetes and its purely declarative approach to configuration management. In this post, I’ll share insights on why Kustomize might be a viable tool for certain scenarios, especially for those of us accustomed to Helm. Why Consider Kustomize? Seamless Kubernetes Integration: Kustomize is integrated into kubectl as of Kubernetes 1.14. This means you can apply Kustomize configurations directly using kubectl apply -k, streamlining the deployment process without additional tools. ...

February 5, 2025 · 3 min · pmpaulino

Hello world

My first post, testing some things out!

October 20, 2024 · 1 min · pmpaulino