Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Flux2-kustomize-helm-example Alternatives
Similar projects and alternatives to flux2-kustomize-helm-example
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
addon-controller
Sveltos Kubernetes add-on controller programmatically deploys add-ons and applications in tens of clusters. Support for ClusterAPI powered clusters, Helm charts, kustomize ,YAMLs. Sveltos has built-in support for multi-tenancy.
-
terragrunt-infrastructure-live-example
A repo used to show examples file/folder structures you can use with Terragrunt and Terraform
-
-
terragrunt-infrastructure-modules-example
A repo used to show examples file/folder structures you can use with Terragrunt and Terraform
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
k3s-gitops
Discontinued My home Kubernetes (k3s) cluster managed by GitOps (Flux2) [Moved to: https://github.com/onedr0p/home-cluster]
-
-
release-please-action
Discontinued automated releases based on conventional commits [Moved to: https://github.com/googleapis/release-please-action]
-
k8s-wait-for
A simple script that allows to wait for a k8s service, job or pods to enter a desired state
-
-
-
-
-
streaming-ops
Simulated production environment running Kubernetes targeting Apache Kafka and Confluent components on Confluent Cloud. Managed by declarative infrastructure and GitOps.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
flux2-kustomize-helm-example discussion
flux2-kustomize-helm-example reviews and mentions
- Flux: can I add a monitored path after bootstrap?
- Is it possible to deploy to KIND cluster via GitHub actions?
-
How to structure Terraform with multi-env + multi-regions for TBD in monorepo
Any public repo show-casing a nice structure? (I am used to the Gitops world on K8s, and for the case of FluxCD for instance I would recommend this repo as a good practice to start multi-tenancy. https://github.com/fluxcd/flux2-kustomize-helm-example. I am looking for a similar "boilerplate" but for TF 😅)
- Am I wrong for avoiding helm completely?
- fluxcd/flux2-kustomize-helm-example: A GitOps workflow example for multi-env deployments with Flux, Kustomize and Helm.
-
Helm chart release management between environments
My recommendation would be to take a look at their documented example of this exact scenario with various overlays for production and staging, but you could ofc add as many as you wanted. All you would do is for production point flux to the production overlay/ directory, which then calls all your normal files but overrides some values you desire. Further to this you can keep your helm chart focused on lets say the "most-common" use case, then just call it with whatever additional values you would like, E.G here in the same repo as above. Notice the values at the bottom of the yaml file which override the charts default values.
-
Multi clusters deploy/automation
Here's an example using flux v2 to deploy to multiple environments/clusters: https://github.com/fluxcd/flux2-kustomize-helm-example
-
How do you manage multiple environments with GitOps?
We are using flux2, which uses Kustomize under the hood. It takes a little bit of time to learn about the different CRD's which are available but once you do it works excellent. They also have an example project which sounds like it might fit your use case https://github.com/fluxcd/flux2-kustomize-helm-example
-
Version Control / Tracked Changes For K8
As /u/vincentdesmet mentioned Kustomize will most likely to solve your many "apps" with slightly difference issue, this is a good example https://github.com/fluxcd/flux2-kustomize-helm-example (also include helm one)
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 22 Mar 2025
Stats
fluxcd/flux2-kustomize-helm-example is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of flux2-kustomize-helm-example is Shell.
Popular Comparisons
- flux2-kustomize-helm-example VS reliza-cli
- flux2-kustomize-helm-example VS k3s-gitops
- flux2-kustomize-helm-example VS k8s-gitops
- flux2-kustomize-helm-example VS terragrunt-infrastructure-modules-example
- flux2-kustomize-helm-example VS flux2-multi-tenancy
- flux2-kustomize-helm-example VS k8s-wait-for
- flux2-kustomize-helm-example VS release-please-action
- flux2-kustomize-helm-example VS gitops-playground
- flux2-kustomize-helm-example VS strimzi-kafka-operator
- flux2-kustomize-helm-example VS streaming-ops