flux2-kustomize-helm-example VS k8s-gitops

Compare flux2-kustomize-helm-example vs k8s-gitops and see what are their differences.

flux2-kustomize-helm-example

A GitOps workflow example for multi-env deployments with Flux, Kustomize and Helm. (by fluxcd)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
flux2-kustomize-helm-example k8s-gitops
9 3
873 41
5.2% -
4.3 6.6
about 2 months ago 6 months ago
Shell Shell
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.

flux2-kustomize-helm-example

Posts with mentions or reviews of flux2-kustomize-helm-example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-27.
  • Is it possible to deploy to KIND cluster via GitHub actions?
    2 projects | /r/kubernetes | 27 Feb 2023
  • How to structure Terraform with multi-env + multi-regions for TBD in monorepo
    5 projects | /r/Terraform | 14 Feb 2023
    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?
    4 projects | /r/kubernetes | 29 Oct 2022
  • Helm chart release management between environments
    2 projects | /r/kubernetes | 7 May 2021
    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.
  • How do you manage multiple environments with GitOps?
    3 projects | /r/devops | 17 Apr 2021
    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

k8s-gitops

Posts with mentions or reviews of k8s-gitops. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-03.
  • Connect to Kubernetes Pods with Tailscale
    6 projects | dev.to | 3 Apr 2022
    You can see how it's all put together in my k8s-gitops repo. The gist is that you add a sidecar container that starts tailscale and in my case adds an iptables rule which forwards all traffic to the app port. You can see my poor Doppler secret naming in there too where everything is using miniflux-secret.
  • Scan Images in my GitOps Repo
    3 projects | dev.to | 22 Oct 2020
    My full workflow can be found in kasuboski/k8s-gitops. It triggers on workflow_dispatch, cron, and push to yaml files.
    3 projects | dev.to | 22 Oct 2020
    My GitOps repo is on GitHub at kasuboski/k8s-gitops. It seemed natural to run the scan periodically using GitHub Actions. The scan will happen on every push and every night.

What are some alternatives?

When comparing flux2-kustomize-helm-example and k8s-gitops you can also consider the following projects:

flux2-multi-tenancy - Manage multi-tenant clusters with Flux

k8s-gitops - GitOps principles to define kubernetes cluster state via code

k3s-gitops - My home Kubernetes (k3s) cluster managed by GitOps (Flux2) [Moved to: https://github.com/onedr0p/home-cluster]

release-please-action - automated releases based on conventional commits

gitops-playground - Creates a complete GitOps-based operational stack on your Kubernetes clusters

k8s-wait-for - A simple script that allows to wait for a k8s service, job or pods to enter a desired state

trivy-scan-dir - Scan images with Trivy found in yaml files in a directory

reliza-cli - CLI to interact with Reliza Hub

Flux - Successor: https://github.com/fluxcd/flux2

supergraph-demo - 🍿 Compose subgraphs into a Federation v1 supergraph at build-time with static composition to power a federated graph router at runtime.

tailscale-proxy - Expose a Kubernetes Pod on your Tailnet