Need advice about which tool to choose?Ask the StackShare community!
Centurion vs Kustomize: What are the differences?
Centurion: A mass deployment tool for Docker fleets. A deployment tool for Docker, made by New Relic. Takes containers from a Docker registry and runs them on a fleet of hosts with the correct environment variables, host volume mappings, and port mappings. Supports rolling deployments out of the box, and makes it easy to ship applications to Docker servers. New Relic is using it to run their production infrastructure; Kustomize: Kubernetes native configuration management. It 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.
Centurion and Kustomize can be primarily classified as "Container" tools.
Some of the features offered by Centurion are:
- Rake application tasks and dependencies
- Talk to a fleet of Docker servers at once
- Does rolling deployment
On the other hand, Kustomize provides the following key features:
- Purely declarative approach to configuration customization
- Natively built into kubectl
- Manage an arbitrary number of distinctly customized Kubernetes configurations
Centurion is an open source tool with 1.72K GitHub stars and 109 GitHub forks. Here's a link to Centurion's open source repository on GitHub.