helmify
flux2
Our great sponsors
helmify | flux2 | |
---|---|---|
5 | 62 | |
413 | 4,356 | |
- | 5.8% | |
7.2 | 9.0 | |
about 1 month ago | 8 days ago | |
Go | Go | |
MIT License | Apache License 2.0 |
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.
helmify
-
Helm or Kustomize ?
Exactly this. No need to wrap your app that only you consume and deploy as a helm chart. If you want to benefit from Helms application management features like rollbacks, you can use helm-x or helmify
-
Ask r/kubernetes: What are you working on this week?
[1] https://github.com/edgelesssys/constellation/tree/main/operators/constellation-node-operator [2] https://github.com/edgelesssys/constellation/blob/main/bootstrapper/internal/kubernetes/kubernetes.go#L350 [3] https://olm.operatorframework.io/docs/ [4] https://github.com/arttor/helmify [5] https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-tcp-reset
flux2
-
Does anyone else feel like this?
fluxcd.io - they get slack alerts when code is commited and when new images are updated in their namespace
-
MySQL operators without the cluster
tf-controller which is integrated with Flux GitOps and reconciles Terraform files in a control loop
-
Running on-premise k8s with a small team: possible or potential nightmare?
After the cluster is up: argocd or flux
-
My completely automated Homelab featuring Kubernetes
Deployments: (GitOps with Flux)
-
Need Help in selecting a CICD tool AWS CodePipeline Suite or Gitlab
Links: - https://github.com/kubernetes-sigs/kind - https://github.com/kubernetes-sigs/kui - https://github.com/k3s-io/k3s - https://docs.gitlab.com/charts/installation/deployment.html - https://github.com/bitnami/charts/tree/main/bitnami/argo-cd - https://github.com/bitnami/charts/tree/main/bitnami/argo-workflows - https://github.com/fluxcd/flux2
-
How do you deploy your side-projects?
I mostly use DigitalOcean and their managed kubernetes service. My projects tend to be self-contained in a monorepo (where my k8s manifest also live) and I use Flux* to keep my cluster in sync. I'm quite happy with, took a bit of time to get it set up exactly how I wanted, but now it's no-effort to do releases.
- Flux is a CNCF Graduated project
-
Cloud Home Lab
Try Flux gitops: https://fluxcd.io/ on K3s: https://k3s.io/
-
Why Kubernetes Is So Complex
Flux lets us use a git repository as the single source of truth for our cluster, but for dynamic resources we will want to use the API server instead. We use both of these approaches; Flux sets up our cluster, and applications are created using our own Application resource.
-
One multi-container deployment vs. a separate deployment for each image?
Practically, you'll be replacing stock k8s resources (deployments) with custom ones like Argo Rollouts with Keda autoscaling, so you have to plan the respective Gitops CD pipeline (fluxcd/argocd with some crossplane), as well.
What are some alternatives?
argo-cd - Declarative continuous deployment for Kubernetes.
helmfile - Deploy Kubernetes Helm Charts
spinnaker - Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.
terraform-provider-flux - Terraform provider for Flux version 2
nifikop - The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
skaffold - Easy and Repeatable Kubernetes Development
werf - A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices.
argo-rollouts - Progressive Delivery for Kubernetes
terraform - Terraform
nfs-subdir-external-provisioner - Dynamic sub-dir volume provisioner on a remote NFS server.
Flux - Successor: https://github.com/fluxcd/flux2
argocd-operator - A Kubernetes operator for managing Argo CD clusters.