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

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • argo-cd

    Declarative Continuous Deployment for Kubernetes

  • I think this can be bested summed up by this quote by some of the maintainers of ArgoCD.

  • kustomize

    Customization of kubernetes YAML configurations

  • Interesting. Here's a bug about how you can't easily see what version of kustomize is being used: kubectl kustomize version should report version info, and here's a good comment about getting kustomize updated.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • utopia-getting-started

    Discontinued Sharing a copy of our getting-started tutorial, as a demonstration of how our infrastructure works with utopia

  • theatre

    GoCardless' collection of Kubernetes extensions (by gocardless)

  • Yeah that's interesting. We use kind to build integration tests for our controllers (https://github.com/gocardless/theatre) which is really useful, as you're testing behaviour of how your controller code and kubernetes work together.

  • ketch

    Ketch is an application delivery framework that facilitates the deployment and management of applications on Kubernetes using a simple command line interface

  • I think you can throw Ketch (https://github.com/shipa-corp/ketch) as an option there as it can help reduce a lot of the YAML files and deploy faster, and if at the end you still need Helm to fine-tune parameters, you can use Ketch to create a chart of your existing app automatically

  • kerbi

  • Bit late to the party, but if anyone's interested, I made a multi-strategy-capable templating engine during the lockdown: https://github.com/nectar-cs/kerbi

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts