Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Consul | 26,192 | 1,022 | 1,872 | 14 minutes ago | 782 | September 20, 2022 | 1,232 | mpl-2.0 | Go | |
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. | ||||||||||
Homelab | 6,649 | 18 days ago | 17 | gpl-3.0 | Go | |||||
Modern self-hosting framework, fully automated from empty disk to operating services with a single command. | ||||||||||
Kubernetes External Secrets | 2,546 | 10 months ago | 10 | mit | JavaScript | |||||
Integrate external secret management systems with Kubernetes | ||||||||||
Bank Vaults | 1,819 | 16 | 3 days ago | 71 | April 05, 2022 | 219 | apache-2.0 | Go | ||
A Vault swiss-army knife: a K8s operator, Go client with automatic token renewal, automatic configuration, multiple unseal options and more. A CLI tool to init, unseal and configure Vault (auth methods, secret engines). Direct secret injection into Pods. | ||||||||||
Kubernetes Vault | 966 | 2 years ago | 1 | July 03, 2021 | apache-2.0 | Go | ||||
Use Vault to store secrets for Kubernetes! | ||||||||||
Helm Secrets | 908 | 9 days ago | 1 | apache-2.0 | Shell | |||||
A helm plugin that help manage secrets with Git workflow and store them anywhere | ||||||||||
Vault Helm | 877 | 3 days ago | 157 | mpl-2.0 | Shell | |||||
Helm chart to install Vault and other associated components. | ||||||||||
Vault Operator | 733 | 3 years ago | 60 | apache-2.0 | Go | |||||
Run and manage Vault on Kubernetes simply and securely | ||||||||||
Vault K8s | 686 | 1 | 6 days ago | 45 | May 25, 2022 | 100 | mpl-2.0 | Go | ||
First-class support for Vault and Kubernetes. | ||||||||||
Argocd Vault Plugin | 593 | 5 days ago | 41 | September 19, 2022 | 62 | apache-2.0 | Go | |||
An Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes secrets |
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
Consul provides several key features:
Multi-Datacenter - Consul is built to be datacenter aware, and can support any number of regions without complex configuration.
Service Mesh - Consul Service Mesh enables secure service-to-service communication with automatic TLS encryption and identity-based authorization. Applications can use sidecar proxies in a service mesh configuration to establish TLS connections for inbound and outbound connections with Transparent Proxy.
Service Discovery - Consul makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. External services such as SaaS providers can be registered as well.
Health Checking - Health Checking enables Consul to quickly alert operators about any issues in a cluster. The integration with service discovery prevents routing traffic to unhealthy hosts and enables service level circuit breakers.
Key/Value Storage - A flexible key/value store enables storing dynamic configuration, feature flagging, coordination, leader election and more. The simple HTTP API makes it easy to use anywhere.
Consul runs on Linux, macOS, FreeBSD, Solaris, and Windows and includes an optional browser based UI. A commercial version called Consul Enterprise is also available.
Please note: We take Consul's security and our users' trust very seriously. If you believe you have found a security issue in Consul, please responsibly disclose by contacting us at [email protected].
A few quick start guides are available on the Consul website:
Full, comprehensive documentation is available on the Consul website: https://consul.io/docs
Thank you for your interest in contributing! Please refer to CONTRIBUTING.md for guidance. For contributions specifically to the browser based UI, please refer to the UI's README.md for guidance.