carvel-dev / carvel

Carvel provides a set of reliable, single-purpose, composable tools that aid in your application building, configuration, and deployment to Kubernetes. This repo contains information regarding the Carvel open-source community.
https://carvel.dev/
Apache License 2.0
373 stars 110 forks source link

add doc page comparing kapp to other tools #489

Open cppforlife opened 5 years ago

cppforlife commented 5 years ago

compare to:

mvpmvh commented 5 years ago

argo cd? (https://github.com/argoproj/argo-cd)

nocquidant commented 5 years ago

weaveworks/flux?

bgagnon commented 4 years ago

Shopify/kubenetes-deploy (soon to be renamed krane)

cameronbraid commented 4 years ago

https://github.com/splunk/qbec

StarpTech commented 3 years ago

Perhaps this helps a bit https://github.com/StarpTech/k8s-gitops I built this demo to show the strength of client tools compared to server tools like Argo and Flux.

pivotaljohn commented 3 years ago

Perhaps this helps a bit https://github.com/StarpTech/k8s-gitops I built this demo to show the strength of client tools compared to server tools like Argo and Flux.

Lots of great material in there, @StarpTech, thank you for sharing!