Software Alternatives & Reviews
Table of contents
  1. Social Mentions
  2. Comments

Kustomize

Kustomize is an intelligent Kubernetes native configuration management software that comes with the manifestation to add, remove, or update configuration options without the need for forking.

Kustomize Reviews and details

Screenshots and images

  • Kustomize Landing page
    Landing page //
    2022-04-07

Badges

Promote Kustomize. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Kustomize and what they use it for.
  • The 2024 Web Hosting Report
    It’s also well understood that having a k8s cluster is not enough to make developers able to host their services - you need a devops team to work with them, using tools like delivery pipelines, Helm, kustomize, infra as code, service mesh, ingress, secrets management, key management - the list goes on! Developer Portals like Backstage, Port and Cortex have started to emerge to help manage some of this complexity. - Source: dev.to / 3 months ago
  • 10 Ways for Kubernetes Declarative Configuration Management
    Kustomize: It provides a solution to customize the Kubernetes resource base configuration and differential configuration without template and DSL. It does not solve the constraint problem itself, but needs to cooperate with a large number of additional tools to check constraints, such as Kube-linter, Checkov and kubescape. - Source: dev.to / 4 months ago
  • SmartCash Project - GitOps with FluxCD
    There are different strategies to structure the GitOps repository, for this scenario, a mono-repo strategy is used and kustomize will be used to manage the K8 manifest for the application. - Source: dev.to / 6 months ago
  • Best Kubernetes DevOps Tools: A Comprehensive Guide
    Kustomize provides a template-free way to customize Kubernetes YAML configurations using overlays and generators without templates. It is ideal for customizing YAML configs for multiple Kubernetes environments like dev, staging, and prod. Engineering teams can define common resources in a base and then apply overlays with patches, variable substitutions, and images per environment. - Source: dev.to / 7 months ago
  • Automating Kubernetes Deployments with FluxCD for Patched and Signed Container Images
    To use Flux with your Kubernetes deployments they need to be packaged somehow and one of the ways to do that is to use the popular resource configuration management tool, Kustomize. - Source: dev.to / 7 months ago
  • Git going with GitOps on AKS: A Step-by-Step Guide using FluxCD AKS Extension
    In this post, I will jump right into how you can "git" going with GitOps by enabling the FluxCD AKS Extension on your Azure Kubernetes Service (AKS) and using a tool called Kustomize to help with Kubernetes configuration management. - Source: dev.to / 8 months ago
  • Manipulating Terraform states for fun, profit, and reusability
    The TL;DR is ergomake/layerform is a GPL v3 licensed package/service that lets one create instances of infrastructure sets through composition of Terraform. It presents itself with Kubernetes examples but its readme has goal of doing any type of infrastructure. I sort of fail to see why one just can't write reusable Terraform modules already to accomplish the same. If you don't want someone modifying a base layer,... - Source: Hacker News / 9 months ago
  • Easy way to create kubernetes manifests in github?
    One idea to explore here is to make use of kustomize that can allow you to parameterize these workloads in a way that you can have developers just create a kustomization file each time and check that in, which should in turn deploy a new application. The same could be done with helm where each release could just have new params and a namespace into which it is deployed. Source: 11 months ago
  • Managing manifests. Anyone using cdk8s in production?
    You are essentially describing Kustomize. https://kustomize.io. Works well, some minor limitations at scale, but I think this is what you want. Source: 12 months ago
  • Kubernetes Kustomize Tutorial: A Beginner-Friendly Developer Guide!
    Kustomize, just like the name implies, is used for customizing Kubernetes deployments to help developers manage Kubernetes application configurations. With Kustomize, it is easy to define a base set of Kubernetes resources and create overlays on top of it in separate directories to modify or extend the base configuration. It allows you to have a single source of truth for all your Kubernetes application... - Source: dev.to / about 1 year ago
  • Does anyone else feel like this?
    Kustomize.io - yeah, we're also sick of repeating deployment config 3 times. So just write it once and manage overrides for each instance instead of repeating stuff and ending up with a world of drift. Source: over 1 year ago
  • Refactoring GitOps repository to support both real-time and reconciliation window changes
    Intermediate knowledge of Flux, Kustomize and K8s. - Source: dev.to / over 1 year ago
  • Continuous Delivery for the rest of us
    Kustomize is a tool that allows developers to customize and deploy their Kubernetes applications, creating customized versions of their applications by modifying and extending existing resources, without having to write new YAML files from scratch. This can be useful in a variety of scenarios, such as creating different environments (e.g. staging, production), or deploying the same application to different... - Source: dev.to / over 1 year ago
  • envsubst with template file vs using CD Tools
    You should really be comparing your approach with alternative templating tools like Kustomize or Helm. There are lots and lots of options... Source: over 1 year ago
  • GKE with Consul Service Mesh
    Kustomize (kustomize command) to apply patches to existing Helm charts. - Source: dev.to / over 1 year ago
  • Monokle, Kustomize & Quality Kubernetes Deployments
    To get started, hop on over to our downloads page to get Monokle for macOS, Windows, or Linux. In order to run the preview functionality, you’ll also need Kustomize installed locally (follow the instructions to do so in your operating system). - Source: dev.to / over 1 year ago
  • New plugin: kustomize.nvim
    I have to deal a lot with Kustomize and Neovim is my editor of choice for years. So I came up with the idea of this plugin. Source: over 1 year ago
  • Dynamic data in Deployment?
    You can use https://kustomize.io/ to define your "generic" Deployment, use that as base and patch in different sub-bases with respective args. Source: over 1 year ago
  • Helm Intro and Cheatsheet
    The other case where it may not be useful is in some internal applications. Maintaining a helm chart for an application can end up being a sizable amount of work, and they do not allow arbitrary inputs, so if you miss some key (i.e. "imagePullSecrets,") you can end up spending a lot of time key-chasing across your charts. I have heard of folks using Kustomize in such a situation, although another option is to use... - Source: dev.to / over 1 year ago
  • Introduction to Kubernetes extensibility
    In this case, we need a fully-featured Kubernetes manifest that describes the architecture. Because of different requirements, we will need to make it configurable. Kubernetes' ecosystem offers several alternatives to manage this problem: Kustomize and Helm count among the most popular solutions. But neither work at the desired level of abstraction, the Kafka cluster. - Source: dev.to / over 1 year ago
  • Why Fix Kubernetes and Systemd?
    Isn't that skipping the work involved in writing the kustomize directory? Seems like Kustomize [1] was explicitly created to make Kubernetes easier to use, also. Anyway, you're right in the general case, but specific cases really depend on how complicated your app actually is. If we're allowed to introduce extra tools then gosh darn it I'm going to promote Conveyor again because in that case it gets easier to use... - Source: Hacker News / over 1 year ago

Do you know an article comparing Kustomize to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Kustomize discussion

Log in or Post with

This is an informative page about Kustomize. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.