Top 8 Go carvel Projects
-
Project mention: ArgoCD Instance per kubernetes cluster? (staging and prod) | reddit.com/r/kubernetes | 2022-04-21
Manifests are generated with ytt (https://carvel.dev/ytt/).
-
carvel-kapp
kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label
i think kubernetes is not a great example in favor of more client state (like tf) since k8s has uniform resource structure (metadata.*) and first class labeling support. but as you point out kubectl doesnt use labels well (at least imho).
when building https://carvel.dev/kapp (which i think of as "optimized terraform" for k8s) the goal was absolutely to take advantage of those k8s features. we ended up providing two capabilities: direct label (more advanced) and "app name" (more user friendly). from impl standpoint, difference is how much state is maintained.
"kapp deploy -a label:x=y -f ..." allows user to specify label that is applied to all deployed resources and is also used for querying k8s to determine whats out there under given label. invocation is completely stateless since burden of keeping/providing state (in this case the label x=y) is shifted to the user. downside of course is that all apis within k8s need to be iterated over. (side note, fun features like "kapp delete -a label:!x" are free thanks to k8s querying).
"kapp deploy -a my-app -f ..." gives user ability to associate name with uniquely auto-generated label. this case is more stateful than previous but again only label needs to be saved (we use ConfigMap to store that label). if this state is lost, one has to only recover generated label.
imho k8s api structure enables focused tools like kapp to be much much simpler than more generic tool like terraform. as much as i'd like for terraform to keep less state, i totally appreciate its needs to support lowest common denominator feature set.
common discussion topics:
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
carvel-vendir
Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively
👉The aim of this post is to document this to make things even easier with a tool called CARVEL vendir
-
kwt
-
imgpkg - Bundle and relocate application configuration (with images) via Docker registries
-
carvel-secretgen-controller
secretgen-controller provides CRDs to specify what secrets need to be on Kubernetes cluster (to be generated or not)
carvel-secretgen-controller
-
terraform-provider-carvel
Carvel Terraform provider with resources for ytt and kapp to template and deploy to Kubernetes
terraform-provider-carvel
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
carvel-ytt-library-for-kubernetes-demo
Demo of ytt + kapp + k8s-lib to deploy a simple app with basic autoscaling
carvel-ytt-library-for-kubernetes-demo
Go carvel related posts
Index
What are some of the best open-source carvel projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | carvel-ytt | 1,065 |
2 | carvel-kapp | 641 |
3 | carvel-vendir | 144 |
4 | carvel-kwt | 135 |
5 | carvel-imgpkg | 115 |
6 | carvel-secretgen-controller | 40 |
7 | terraform-provider-carvel | 37 |
8 | carvel-ytt-library-for-kubernetes-demo | 7 |
Are you hiring? Post a new remote job listing for free.