awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Herramientas de plantillas de configuración para Kubernetes

Clasificación actualizada el 30 jun 2026

Descubre alternativas de código abierto a Helm para gestionar, renderizar y desplegar archivos de configuración YAML complejos en Kubernetes.

Herramientas de plantillas de configuración para Kubernetes

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • helmfile/helmfileAvatar de helmfile

    helmfile/helmfile

    4,987Ver en GitHub↗

    Helmfile is a declarative tool for managing Kubernetes Helm releases across multiple environments. It defines the desired state of releases in version-controlled YAML files and synchronizes the cluster to match that state, acting as both a release manager and a state sync orchestrator. The tool layers environment-specific values, secrets, and lifecycle hooks onto shared release definitions, enabling consistent multi-environment deployments. Helmfile distinguishes itself through several integrated capabilities: it generates separate dependency lockfiles per environment for staged rollout of ch

    Helmfile is a declarative orchestrator for Helm releases that generates Kubernetes YAML manifests through Helm templating, while adding environment-specific layering and state synchronization — fitting the intent for a templating tool with a Helm-like but more declarative approach.

    GoGo Template RenderingKustomize-to-Helm Conversion
    Ver en GitHub↗4,987
  • google/jsonnetAvatar de google

    google/jsonnet

    7,522Ver en GitHub↗

    Jsonnet is a structured configuration generation language that extends JSON with variables, conditionals, and object-oriented features to create reusable templates. It is designed to eliminate duplication in configuration data by providing a data templating language that can produce structured output from concise, programmable templates. The language distinguishes itself through an object-oriented inheritance model that allows field override, mixin composition, and self-referencing for modular configuration reuse. It supports lazy evaluation with thunks to defer computation until values are f

    Jsonnet is a structured config templating language commonly used to generate Kubernetes YAML manifests, offering a declarative, object-oriented approach that serves as an alternative to Helm — it fits the category but lacks direct Helm chart compatibility and built-in Kustomize-style overlays.

    JsonnetData Configuration LanguagesStructured Config GeneratorsC-Based Embedding APIs
    Ver en GitHub↗7,522

Related searches

  • una herramienta para desplegar aplicaciones de Kubernetes offline
  • una herramienta de entrega continua GitOps para Kubernetes
  • herramienta para probar Helm charts
  • una plataforma de orquestación de contenedores para clusters
  • a library for parsing YAML in Go
  • a template engine for Go projects
  • herramienta de línea de comandos para gestionar Kubernetes
  • un framework para escribir operadores de Kubernetes