awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
helm avatar

helm/chartsArchived

0
View on GitHub↗
15,425 Stars·16,357 Forks·Go·Apache-2.0·2 Aufrufe

Charts

This repository serves as a curated collection of software packages for Kubernetes application deployment and package management. Its primary purpose is to provide a standardized set of predefined application configurations to ensure consistent software installations across different clusters.

The project focuses on maintaining version compatibility and providing a reliable source of verified packages. This allows for a standardized cluster setup by simplifying the installation and versioning of software on a container orchestration platform.

Features

  • Kubernetes Application Deployments - Provides a standardized way to deploy a curated collection of containerized applications and Helm charts.
  • Package Registries - Provides a centralized registry for hosting and distributing standardized Kubernetes software packages.
  • Immutable Package Archives - Bundles application definitions into immutable, versioned archives to ensure reproducible deployments across environments.
  • Version Compatibility Management - Maintaining application stability across different minor releases of the Kubernetes platform through curated package updates.
  • Manifest Template Engines - Generates final Kubernetes YAML manifests by injecting configuration values into generic application templates.
  • Package Managers - Implements a standardized package manager to handle the installation and versioning of software on Kubernetes.
  • Application Installers - Simplifies the initial cluster setup by providing mechanisms to install a collection of predefined applications.
  • Cluster Bootstrapping - Simplifies the initial cluster setup by deploying a verified and compatible set of application configurations.
  • Version and Compatibility Management - Ensures that curated packages remain compatible across multiple minor releases of the Kubernetes platform.
  • Semantic Versioning Systems - Uses semantic versioning constraints to ensure compatibility between application packages and Kubernetes releases.
  • Data Validation Schemas - Implements schema-based validation to ensure configuration values adhere to predefined rules before deployment.
  • Infrastructure Resource Mapping - Maps high-level user configuration options to low-level Kubernetes resources through structured values files.
  • Deployment Solutions - Standardized Helm charts for Kubernetes package management.
  • Database Tools - Helm charts for deploying the database on Kubernetes.

Star-Verlauf

Star-Verlauf für helm/chartsStar-Verlauf für helm/charts

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Charts

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Charts.
  • kubernetes/helmAvatar von kubernetes

    kubernetes/helm

    29,887Auf GitHub ansehen↗

    Helm is a package manager and application bundler for Kubernetes. It provides a system for defining, installing, and upgrading complex applications using shareable, versioned packages called charts. The project functions as a template engine and release manager, rendering dynamic resource manifests from static charts using configurable values. It tracks the history of deployments to enable reliable updates and rollbacks to previous stable versions within a cluster. The system handles the end-to-end lifecycle of application deployment, including the bundling of manifest files into reproducibl

    Go
    Auf GitHub ansehen↗29,887
  • fluxcd/flux2Avatar von fluxcd

    fluxcd/flux2

    7,888Auf GitHub ansehen↗

    Flux is a Kubernetes GitOps delivery tool used to automate application deployments by synchronizing cluster state with configurations stored in Git, OCI, or Helm repositories. It functions as a set of controllers that monitor desired state in external sources and continuously reconcile the live cluster to match those definitions. The system distinguishes itself through a multi-cluster management plane that coordinates application delivery across fleets of remote clusters from a central hub. It provides a dedicated mechanism for automated image updates, which scans container registries for new

    Gocontinuous-deliverygitopsgitops-toolkit
    Auf GitHub ansehen↗7,888
  • jenkins-x/jxAvatar von jenkins-x

    jenkins-x/jx

    4,691Auf GitHub ansehen↗

    jx is a GitOps delivery platform and Kubernetes CI/CD orchestrator designed to automate the building and deployment of applications. It functions as a cloud native pipeline manager that executes container-based build and deployment sequences using a catalog of reusable tasks. The project distinguishes itself through the automated orchestration of preview environments, which are created and destroyed based on pull request activity to enable validation before merging. It employs a GitOps-based state synchronization model to maintain the desired state of clusters by polling git repositories and

    Goacceleratorcicdcontinuous-delivery
    Auf GitHub ansehen↗4,691
  • bitnami/chartsAvatar von bitnami

    bitnami/charts

    10,374Auf GitHub ansehen↗

    This project is a Helm chart repository and Kubernetes application catalog providing standardized deployment templates for popular open-source software. It serves as a library of pre-configured packages designed to automate the installation and configuration of server-side applications on container clusters. The collection includes a suite of hardened container images built on minimal base layers to reduce the attack surface. These images undergo automated vulnerability scanning and triage within the release pipeline to identify and remediate security flaws before deployment. The project man

    Go Templatebitnamichartshelm
    Auf GitHub ansehen↗10,374
Alle 30 Alternativen zu Charts anzeigen→

Häufig gestellte Fragen

Was macht helm/charts?

This repository serves as a curated collection of software packages for Kubernetes application deployment and package management. Its primary purpose is to provide a standardized set of predefined application configurations to ensure consistent software installations across different clusters.

Was sind die Hauptfunktionen von helm/charts?

Die Hauptfunktionen von helm/charts sind: Kubernetes Application Deployments, Package Registries, Immutable Package Archives, Version Compatibility Management, Manifest Template Engines, Package Managers, Application Installers, Cluster Bootstrapping.

Welche Open-Source-Alternativen gibt es zu helm/charts?

Open-Source-Alternativen zu helm/charts sind unter anderem: kubernetes/helm — Helm is a package manager and application bundler for Kubernetes. It provides a system for defining, installing, and… fluxcd/flux2 — Flux is a Kubernetes GitOps delivery tool used to automate application deployments by synchronizing cluster state with… jenkins-x/jx — jx is a GitOps delivery platform and Kubernetes CI/CD orchestrator designed to automate the building and deployment of… bitnami/charts — This project is a Helm chart repository and Kubernetes application catalog providing standardized deployment templates… bower/bower — Bower is a frontend package manager and client-side asset manager used to install and track third-party JavaScript and… rust-lang/cargo — Cargo is the official build system and package manager for the Rust programming language. It provides a unified…