aws-helm-multi-deploy
keel
aws-helm-multi-deploy | keel | |
---|---|---|
3 | 20 | |
12 | 2,489 | |
- | 1.1% | |
2.6 | 6.5 | |
over 2 years ago | 13 days ago | |
Shell | Go | |
- | Mozilla Public 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.
aws-helm-multi-deploy
-
Best way of managing Helm?
To help you deploy these, your CI/CD framework or tooling needs to run helm dependencies update before it does a helm diff/update. Here's an Github Action which does this in an opinionated fashion
- How do you guys manage your deployment pipelines?
-
Kubernetes vs Serverless
I think you're talking about two different things. I personally recommend hard boundaries of what your tools do. For IaC, do IaC. For services, use CI/CD. So, for all my clients, I stand up infrastructures with Terraform except for EKS, which I use EKSCTL. These tools are run very rarely, only when you need to adjust/alter/upgrade your infrastructure, but NOT your services. After Kubernetes is stood up though, managing it with Terraform is terrible. Simply use Helm via your CI/CD toolchain. Here's an Github Action my team engineered to deploy via helm recursively easily: https://github.com/DevOps-Nirvana/aws-helm-multi-deploy
keel
-
Watchtower like tool but for Kubernetes
I just want to throw in keel as another alternative.
- What's a software you searched to selfhost but is still missing to you ?
-
Automatic update when newer image is available
There are multiple tools available for that. Another one could be https://keel.sh
-
How do you guys manage your deployment pipelines?
Flux for Kubernetes and we have installed Keel to let devs restart deployments on Development cluster. We don't use Webhooks but just have them do Powershell request to endpoint either in their pipeline or manually depending on dev teams desire.
-
Is there a CD solution that can be (painlessly) fully automated between stages?
Have you seen keel? https://github.com/keel-hq/keel I'm using it on very small projects with very simple delivery logic, so I'm not sure if it's gonna work out in your case, you can give it a try though.
-
How to auto deploy Docker containers from Amazon ECR to Kubernetes using Jenkins
There is also a 3rd party tool like Keel but it doesn't support Amazon ECR (Webhook problem with ECR).
-
Best way to keep everything up to date?
This got a little off track... I don't have a problem. You have a problem! but TLDR; keel?
-
(question) Getting Kubernetes to update deployment & understanding imagePullPolicy: Always
I’ve used keel to help me with this issue: https://keel.sh.
-
Question on deploying images to dev cluster
Keel might be of interest.
-
Is it possible that k8s updates image version on pod relaunch?
I've used Keel and more recently ArgoCD Image Updater (Using ArgoCD to manage deployments).
What are some alternatives?
Helm-Chart-Boilerplates - Example implementations of the universal helm charts
argocd-image-updater - Automatic container image update for Argo CD
Universal-Kubernetes-Helm-Charts - Some universal helm charts used for deploying services onto Kubernetes. All-in-one best-practices
Flux - Successor: https://github.com/fluxcd/flux2
faasaf
argo-cd - Declarative Continuous Deployment for Kubernetes
gotway - ☸️ Cloud native API Gateway powered with in-redis cache
wud - WUD (aka What's up Docker?) gets you notified when a new version of your Docker Container is available.
semantic-release - :package::rocket: Fully automated version management and package publishing
Golang API Starter Kit - Go Server/API boilerplate using best practices DDD CQRS ES gRPC
devspace - DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
watchtower - A process for automating Docker container base image updates.