awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
helm avatar

helm/chartsArchived

0
View on GitHub↗
15,425 星标·16,357 分支·Go·Apache-2.0·14 次浏览

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 历史

helm/charts 的 Star 历史图表helm/charts 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Charts 的开源替代方案

相似的开源项目,按与 Charts 的功能重合度排序。
  • kubernetes/helmkubernetes 的头像

    kubernetes/helm

    29,887在 GitHub 上查看↗

    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
    在 GitHub 上查看↗29,887
  • fluxcd/flux2fluxcd 的头像

    fluxcd/flux2

    7,888在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,888
  • jenkins-x/jxjenkins-x 的头像

    jenkins-x/jx

    4,691在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,691
  • bitnami/chartsbitnami 的头像

    bitnami/charts

    10,374在 GitHub 上查看↗

    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
    在 GitHub 上查看↗10,374
查看 Charts 的所有 30 个替代方案→

常见问题解答

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.

helm/charts 的主要功能有哪些?

helm/charts 的主要功能包括:Kubernetes Application Deployments, Package Registries, Immutable Package Archives, Version Compatibility Management, Manifest Template Engines, Package Managers, Application Installers, Cluster Bootstrapping。

helm/charts 有哪些开源替代品?

helm/charts 的开源替代品包括: 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…