Kustomize icon
Kustomize icon

Kustomize

Kustomize introduces a template-free way to customize application configuration that simplifies the use of off-the-shelf applications. Now, built into kubectl as apply -k.

Kustomize screenshot 1

Cost / License

Platforms

  • Kubernetes
  • Mac
  • Windows
  • Linux
  • Homebrew
  • MacPorts
  • Chocolatey
  • Docker
1like
0comments
0articles

Features

Properties

  1.  Customizable

Features

  1.  Kubernetes
  2.  Configuration Management

Kustomize News & Activities

Highlights All activities

Recent activities

Kustomize information

  • Developed by

    Kubernetes SIGs
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    13 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  11,966 Stars
  •  2,369 Forks
  •  175 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Kustomize was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is Kustomize?

Kustomize introduces a template-free way to customize application configuration that simplifies the use of off-the-shelf applications. Now, built into kubectl as apply -k.

Kustomize traverses a Kubernetes manifest to add, remove or update configuration options without forking. It is available both as a standalone binary and as a native feature of kubectl.

  • Purely declarative approach to configuration customization
  • Natively built into kubectl
  • Manage an arbitrary number of distinctly customized Kubernetes configurations
  • Available as a standalone binary for extension and integration into other services
  • Every artifact that kustomize uses is plain YAML and can be validated and processed as such

Kustomize Videos

Official Links