helm
crossplane
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
helm | crossplane | |
---|---|---|
193 | 60 | |
25,288 | 7,817 | |
0.7% | 1.7% | |
9.0 | 0.0 | |
8 days ago | 5 days ago | |
Go | Go | |
Apache License 2.0 | 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.
helm
-
Five tools to add to your K8s cluster
Within the architecture of Cyclops, a central component is the Helm engine, which allows the dynamic generation of configurations. This engine serves as a key mechanism for efficiently managing settings and parameters in the Cyclops framework.
-
Helm by Matt Tytel
I know naming things is hard, but Helm has been in use as a tool in the Kubernetes ecosystem for years now.
-
Simplified Deployment: A Deep Dive into Containerization and Helm
Helm is a widely used package manager for Kubernetes, designed to simplify and automate the deployment, scaling, and management of applications. It provides an efficient way to define, install, and upgrade even complex Kubernetes applications.
-
Signing container images: Comparing Sigstore, Notary, and Docker Content Trust
The choice of a winner depends on the specific requirements, priorities, and constraints of the organization or system you're working with. Sigstore is well-suited for organizations prioritizing secure and transparent software updates for various artifacts, including Helm charts, alongside images. It has great community support and features, such as interoperability between registries, making it a great choice for most organizations. Moreover, most container registries support the signing format.
-
Git going with GitOps on AKS: A Step-by-Step Guide using FluxCD AKS Extension
The first thing we need to do is decide on how we want to package and manage Kubernetes manifests for different environments. There's a tool called Helm which @StevenMurawski covered here, and another tool called Kustomize which I personally like to use. Both tools are great for packaging and managing Kubernetes manifests and also supported by FluxCD, but I prefer Kustomize because it is pretty easy to use and built into kubectl.
-
If You're Using Helm, Why Not Give It a Pretty UI As Well?
Helm Dashboard is an open-source project by Komodor that offers a visual and user-friendly way to manage and visualize all the Helm charts installed in your clusters. Instead of using the terminal, you can leverage the Helm Dashboard's intuitive UI to perform a variety of tasks that make working with Helm a breeze. Here are some of its key features:
-
Two approaches to make your APIs more secure
Next, we will install APIClarity using Helm.
- Helm-Compose – The Docker-compose like tool for K8s development
-
K8S Quickstart & Helm
Helm is a package manager for Kubernetes. Helm is an open-source project originally created by DeisLabs and donated to the Cloud Native Foundation (CNCF). The CNCF now maintains and has graduated the project. This means that it is mature and not just a fad.
-
Auto-Completion and Cocktail mixing with Golang’s Cobra CLI
For CLI utilities written in Go, Cobra is the go-to command line wrapper, used by the likes of Kubernetes, Github CLI, Helm, and many more.
crossplane
-
Rethinking Infrastructure as Code from Scratch
did anyone adopt in production https://crossplane.io ?
-
Understanding Crossplane is being hard
- https://github.com/crossplane/crossplane/blob/master/design/one-pager-composition-environment.md
-
Automated provisioning for data resources
In the overall scheme of things , look at services like backstage.io , crossplane.io and opslevel.com to get ideas. This is not necessarily an endorsement of the services. If all you want is to handle cloud resources and that's it, Terraform can be enough with what ever flavor of web technologies you and your team are comfortable with and can support it along the way. Doesn't take much to create a js based website to collect data from a form, or use other means to collecting data as long as its recorded and transparent for accountability.
- What are some Terraform automation tools you want to exist?
- Anyway to automate the AKS cluster creation using Yaml?
-
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 is the coolest Go open source projects you have seen?
-
Kubernetes and Helmfile Best Practices
assess https://crossplane.io/
-
Question on how to handle common infrastructure services;
Also, 5 cents * assess https://crossplane.io/ * dont use terraform, ansible or other stone age stuff in k8s * dont call fluxcd or argo gitops, those 2 companies are just exploiting the practice name.
-
Ask HN: Have You Left Kubernetes?
Crossplane [1] is great way to create and manage resources across cloud providers, MSPs via kubernetes objects.
What are some alternatives?
kubevela - The Modern Application Platform.
Pulumi - Pulumi - Infrastructure as Code in any programming language. Build infrastructure intuitively on any cloud using familiar languages 🚀
terraform - Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
terraform-cdk - Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
kubespray - Deploy a Production Ready Kubernetes Cluster
Packer - Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
skaffold - Easy and Repeatable Kubernetes Development
krew - 📦 Find and install kubectl plugins
external-dns - Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
dapr-demo - Distributed application runtime demo with ASP.NET Core, Apache Kafka and Redis on Kubernetes cluster.
istio - Connect, secure, control, and observe services.
keda - KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes