Our great sponsors
-
Use multi-values files with helm ALWAYS. Allowing an env-specific overlay to tweak your default values files. See: https://github.com/DevOps-Nirvana/Helm-Chart-Boilerplates/tree/master/boilerplate-echoserver/deployment/boilerplate-echoserver
-
Rendering out the manifests is something I have been pushing for. Not having to understand how every templating tool works and what actually is being changed is key. Though, it gets complicated when you use helm (or any templating/patching tool) that produces many variants. You also lose any release/deployment time hooks that are provided (helm hooks or recently "patched" kustomize env variables).
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Universal-Kubernetes-Helm-Charts
Some universal helm charts used for deploying services onto Kubernetes. All-in-one best-practices
See: Open-Source Universal Helm Charts See: Boilerplates of using Open-Source Helm Charts (as a sub-chart)
-
aws-helm-multi-deploy-prebuilt
Deploys all helm chart folders inside the 'deployment' folder in the root of a repository.
Deploy with Github Actions with - https://github.com/DevOps-Nirvana/aws-helm-multi-deploy-prebuilt or https://github.com/DevOps-Nirvana/aws-helm-multi-deploy-nodocker . Both of these support built-in my recommended path of env-specific values overlays
-
aws-helm-multi-deploy-nodocker
Deploys all helm chart folders inside the 'deployment' folder in the root of a repository.
Deploy with Github Actions with - https://github.com/DevOps-Nirvana/aws-helm-multi-deploy-prebuilt or https://github.com/DevOps-Nirvana/aws-helm-multi-deploy-nodocker . Both of these support built-in my recommended path of env-specific values overlays
-
helmfile
Declaratively deploy your Kubernetes manifests, Kustomize configs, and Charts as Helm releases. Generate all-in-one manifests for use with ArgoCD. (by helmfile)
I've used helmfile before to declaratively manage multiple helm charts. It's a higher-level tool, and still uses helm under the hood.
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
I'm interested cdk8s but haven't tried it yet: https://github.com/cdk8s-team/cdk8s
Related posts
- In a gitops world, what does your team do to reduce cycle time for devs?
- The Helmet is a Helm Library Chart that defines many chart templates like Deployment, Service, Ingress, etc which can used in other application charts.
- How do you guys manage your deployment pipelines?
- Deploy and maintain Kubernetes with Kubemarine - functional overview
- Top 10 Open-Source DevOps Tools That You Should Know