gitops-promotion-source-code
Simple Golang app with environment variables (by kostis-codefresh)
helm
The Kubernetes Package Manager (by helm)
gitops-promotion-source-code | helm | |
---|---|---|
1 | 254 | |
15 | 27,854 | |
- | 0.7% | |
3.8 | 9.8 | |
over 1 year ago | 6 days ago | |
Go | Go | |
- | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gitops-promotion-source-code
Posts with mentions or reviews of gitops-promotion-source-code.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-23.
-
How to Model Your Gitops Environments and Promote Releases between Them
Disclaimer 2: The application I use for the promotions is completely dummy, and its configuration misses several best practices mainly for brevity and simplicity reasons. For example, some deployments are missing health checks, and all of them are missing resource limits. Again, this article is NOT about how to create Kubernetes deployments. You should already know how proper deployment manifests look. If you want to learn more about production-grade best practices, then see my other article at https://codefresh.io/kubernetes-tutorial/kubernetes-antipatterns-1/
helm
Posts with mentions or reviews of helm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-24.
-
Is Helm charting its way to retirement?
Helm Official Docs:
-
Install Red Hat Developer Hub with AI Software Templates on OpenShift
Helm installed: brew install helm or from https://helm.sh
-
Even more OpenTelemetry - Kubernetes special
Docker Compose is great for demos: docker compose up, and you're good to go, but I know no organization that uses it in production. Deploying workloads to Kubernetes is much more involved than that. I've used Kubernetes for demos in the past; typing kubectl apply -f is dull fast. In addition to GitOps, which isn't feasible for demos, the two main competitors are Helm and Kustomize. I chose the former for its ability to add dependencies.
-
Kubernetes and Container Portability: Navigating Multi-Cloud Flexibility
Helm Charts – An open-source solution for software deployment on top of Kubernetes
-
Chart an Extensible Course with Helm
Clicks, copies, and pasting. That's an approach to deploying your applications in Kubernetes. Anyone who's worked with Kubernetes for more than 5 minutes knows that this is not a recipe for repeatability and confidence in your setup. Good news is, you've got options when tackling this problem. The option I'm going to present below is using Helm.
-
Awesome Kubernetes Resources !!! 🔥
💚Helm 🔥🔥🔥🔥🔥 - Helm is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources.
-
Terraform from 0 to Hero
Helm
-
Let's Build Together: A Local Playground for Apache Polaris
Helm - Kubernetes Package Manager
-
IKO - Lessons Learned (Part 1 - Helm)
Looks like we're good to go (assuming you already have helm installed, if not install it first)! Let's install the IKO. We are going to need to tell helm where the folder with all our goodies is (that's the iris-operator folder you see above). If we were to be sitting at the chart directory you can use the command
-
My Love-Hate Relationship with Helm
If you have been looking for a tool to deploy your applications into a Kubernetes cluster, you have definitely stumbled upon Helm. Its the most common Kubernetes configuration management tool out there.
What are some alternatives?
When comparing gitops-promotion-source-code and helm you can also consider the following projects:
argocd-example-apps - Example Apps to Demonstrate Argo CD
oauth2-proxy - A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.