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
·
hashicorp avatar

hashicorp/consul-template

0
View on GitHub↗
4,830 estrellas·794 forks·Go·MPL-2.0·9 vistaswww.hashicorp.com↗

Consul Template

Consul Template es un renderizador de configuración y gestor de configuración dinámica que genera archivos poblando plantillas con datos de Consul y Vault. Funciona como un motor de plantillas de descubrimiento de servicios y un integrador de gestión de secretos, transformando el catálogo del clúster y los datos de salud en archivos de configuración formateados.

La herramienta se distingue por actuar como un supervisor de procesos y notificador, capaz de ejecutar comandos de shell o reiniciar aplicaciones automáticamente después de que las plantillas se actualizan. Cuenta con un observador de sondeo largo (long-polling) para monitorear almacenes clave-valor remotos y emplea un mecanismo de bloqueo compartido para coordinar actualizaciones en múltiples instancias y evitar reinicios de servicio simultáneos.

El sistema cubre una amplia gama de capacidades, incluyendo la rotación automática de secretos para certificados PKI y credenciales de Vault, transformación de formatos de datos para JSON y YAML, y la ejecución de plugins binarios externos para el procesamiento de datos personalizado. También proporciona arranque de infraestructura (bootstrapping) y sincronización de renderizado distribuido para reducir la carga de la API mediante la deduplicación de consultas basada en líderes.

Features

  • Configuration File Generation - Generates physical configuration files on disk by populating templates with service discovery and secret data.
  • Configuration Renderers - Generates configuration files by populating templates with real-time data from Consul and Vault.
  • Key Retrievals - Retrieves values from a key-value store by path using defaults or existence checks.
  • Prefix-Based Key Retrievals - Returns all keys and values under a specific prefix from a registry.
  • Go Template Rendering - Uses Go's text/template engine to dynamically render configuration files by injecting discovery and secret data.
  • Configuration-Driven Templating Engines - Functions as a template engine that generates configuration files based on cluster catalog and health data.
  • Dynamic Configuration Management - Generates application configuration files from Consul and Vault that update automatically when values change.
  • Post-Render Command Executions - Consul Template runs shell scripts or commands automatically after templates render to reload applications or restart services.
  • Consul Service Discovery - Integrates with Consul for automatic service discovery and health monitoring to drive configuration templates.
  • Service Discovery Integrations - Provides integration with service registries to dynamically populate configuration files with healthy service instances.
  • Automated Secret Rotation - Automatically tracks credential expiration and refreshes rotating secrets to ensure continuous service availability.
  • Secret Management Integrations - Integrates with external secret management services to securely retrieve credentials and certificates for local deployment.
  • Secret Retrieval Interfaces - Provides mechanisms for securely fetching credentials and sensitive data from protected stores to populate configuration files.
  • Secrets Management - Provides comprehensive management of secrets from HashiCorp Vault, including versioning and lease renewal.
  • Secret Vault Integrations - Extracts sensitive credentials from Vault using KV v2 engines and token unwrapping.
  • Long-Polling Queries - Uses long-polling blocking queries to monitor remote key-value stores for immediate template re-rendering.
  • Service Discovery Registries - Maintains dynamic registries of service locations, node details, and key-value pairs for configuration rendering.
  • Service Instance Discovery - Identifies and links to active, healthy service instances via a registry to ensure traffic is routed to available nodes.
  • Dynamic Configuration Retrieval - Implements real-time retrieval of service information and key-value pairs from a registry to enable dynamic configurations.
  • Data Format Transformations - Converts data structures into JSON, YAML, TOML, or base64 strings with pretty-printing.
  • File-Change-Triggered Commands - Executes external shell commands or scripts automatically after a template update to notify or restart services.
  • Infrastructure Bootstrapping Templates - Renders system files and environment variables based on cluster state during node deployment or startup.
  • Template Functions - Injects custom functions into the template engine to provide specialized data processing or logic.
  • Signal-Based Reloading - Triggers application settings refresh by sending OS signals to child processes when configuration files change.
  • Cluster Node Management - Allows fetching details for all nodes or specific nodes within a cluster catalog for environment-specific configuration.
  • Distributed Render Synchronization - Uses leader election to render templates once and share the output via a global key-value store.
  • Distributed Lock Coordination - Prevents simultaneous configuration updates across multiple instances using a shared distributed locking mechanism.
  • Distributed Locks - Employs distributed locks to synchronize updates across instances and prevent simultaneous service restarts.
  • Query Deduplication - Elects a single instance to fetch shared data and distribute results to others to reduce API load.
  • Orchestrator Data Retrieval - Retrieves service discovery data and secrets from a cluster manager to populate configuration templates.
  • Rendering Pipeline Plugins - Executes external binaries during the rendering pipeline to process data and return results as strings.
  • Resource Querying - Enables querying of services and variables registered within a cluster orchestrator to use as template data.
  • Configuration-Driven Process Management - Spawns application processes after rendering and manages their lifecycle via reload or termination signals.
  • PKI Automation - Automates the retrieval and rotation of PEM-encoded certificates and keys from a PKI engine.
  • Atomic File Writes - Ensures configuration integrity by writing updates to temporary files before performing an atomic rename.
  • Standalone Binary Plugin Executions - Executes external binaries to process template data and returns the output as a string.
  • Process Supervisors - Manages the lifecycle of child processes, automatically restarting or reloading them when configuration templates change.
  • Configurable File Writing - Saves template content to specific paths with configurable file permissions and ownership.
  • Process Supervision - Monitors child processes and automatically restarts or reloads them when underlying configuration templates are updated.
  • Custom Data Processing Plugins - Executes external plugins with optional payloads to perform custom data processing during the rendering pipeline.

Historial de estrellas

Gráfico del historial de estrellas de hashicorp/consul-templateGráfico del historial de estrellas de hashicorp/consul-template

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Consul Template

Colecciones seleccionadas manualmente donde aparece Consul Template.
  • herramienta de configuración para plantillas de despliegue de servidores

Alternativas open-source a Consul Template

Proyectos open-source similares, clasificados según cuántas características comparten con Consul Template.
  • twpayne/chezmoiAvatar de twpayne

    twpayne/chezmoi

    18,075Ver en GitHub↗

    chezmoi is a command-line utility designed to manage and synchronize system configuration files across multiple machines. It uses a local Git repository as the single source of truth, allowing users to track, version, and distribute dotfiles while maintaining a consistent state across diverse operating systems and hardware architectures. The project distinguishes itself through a declarative reconciliation model that computes the difference between the current filesystem and the desired state defined in the repository. It features a robust templating engine that processes configuration files

    Goconfigurationdotfiledotfile-management
    Ver en GitHub↗18,075
  • jenkins-x/jxAvatar de jenkins-x

    jenkins-x/jx

    4,691Ver en 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
    Ver en GitHub↗4,691
  • alipay/sofa-rpcAvatar de alipay

    alipay/sofa-rpc

    3,921Ver en GitHub↗

    sofa-rpc is a Java-based remote procedure call framework designed for executing remote functions and exchanging data between distributed applications. It serves as a distributed service orchestrator and communication tool, providing a registry-integrated manager to locate and track active network endpoints across a cluster. The framework is built with an interface-based plugin architecture, allowing internal logic and RPC behaviors to be customized through abstraction interfaces. This extensibility enables the implementation of specialized business logic without modifying the core system. Th

    Java
    Ver en GitHub↗3,921
  • fabiolb/fabioAvatar de fabiolb

    fabiolb/fabio

    7,332Ver en GitHub↗

    Fabio is a network gateway that provides reverse proxying, layer 7 traffic management, and automated service discovery mapping. It functions as an HTTP reverse proxy, a gRPC and TCP proxy, and a service discovery gateway to route incoming traffic to healthy backend instances. The project distinguishes itself through deep integration with service registries, specifically acting as a Consul load balancer to automatically synchronize routing tables and update destination targets. It manages diverse traffic types using SNI-based routing for raw TCP streams and maintains full protocol compatibilit

    Go
    Ver en GitHub↗7,332
Ver las 30 alternativas a Consul Template→

Preguntas frecuentes

¿Qué hace hashicorp/consul-template?

Consul Template es un renderizador de configuración y gestor de configuración dinámica que genera archivos poblando plantillas con datos de Consul y Vault. Funciona como un motor de plantillas de descubrimiento de servicios y un integrador de gestión de secretos, transformando el catálogo del clúster y los datos de salud en archivos de configuración formateados.

¿Cuáles son las características principales de hashicorp/consul-template?

Las características principales de hashicorp/consul-template son: Configuration File Generation, Configuration Renderers, Key Retrievals, Prefix-Based Key Retrievals, Go Template Rendering, Configuration-Driven Templating Engines, Dynamic Configuration Management, Post-Render Command Executions.

¿Qué alternativas de código abierto existen para hashicorp/consul-template?

Las alternativas de código abierto para hashicorp/consul-template incluyen: twpayne/chezmoi — chezmoi is a command-line utility designed to manage and synchronize system configuration files across multiple… alipay/sofa-rpc — sofa-rpc is a Java-based remote procedure call framework designed for executing remote functions and exchanging data… fabiolb/fabio — Fabio is a network gateway that provides reverse proxying, layer 7 traffic management, and automated service discovery… jenkins-x/jx — jx is a GitOps delivery platform and Kubernetes CI/CD orchestrator designed to automate the building and deployment of… dynaconf/dynaconf — Dynaconf is a configuration management library for Python applications that provides a unified system for loading,… dyc87112/springcloud-learning — SpringCloud-Learning is an educational project that demonstrates how to build microservices using Spring Cloud,…