mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-23 22:16:45 +00:00
Merge branch 'master' into msafwankarim-patch-2
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
[](https://github.com/stakater/reloader/releases/latest)
|
||||
[](https://github.com/stakater/reloader/releases/latest)
|
||||
[](https://hub.docker.com/r/stakater/reloader/)
|
||||
[](https://hub.docker.com/r/stakater/reloader/)
|
||||
[](https://github.com/stakater/Reloader)
|
||||
[](LICENSE)
|
||||
|
||||
## 🔁 What is Reloader?
|
||||
@@ -19,6 +19,8 @@ In a traditional Kubernetes setup, updating a `Secret` or `ConfigMap` does not a
|
||||
|
||||
Reloader bridges that gap by ensuring your workloads stay in sync with configuration changes — automatically and safely.
|
||||
|
||||
📚 Full documentation is available at [Stakater documentation site](https://docs.stakater.com/reloader/)
|
||||
|
||||
## 🚀 Why Reloader?
|
||||
|
||||
- ✅ **Zero manual restarts**: No need to manually rollout workloads after config/secret changes.
|
||||
@@ -50,6 +52,27 @@ flowchart LR
|
||||
- `Secrets` and `ConfigMaps` are watched by Reloader.
|
||||
- When changes are detected, Reloader automatically triggers a rollout of the associated workloads, ensuring your app always runs with the latest configuration.
|
||||
|
||||
## ⭐ Show Your Support
|
||||
|
||||
Enjoying the project? Star Reloader on GitHub and stay updated with new releases.
|
||||
|
||||

|
||||
|
||||
## 🏢 Reloader Enterprise
|
||||
|
||||
Reloader OSS is free and production-proven with 24B+ downloads.
|
||||
|
||||
For teams with stricter requirements:
|
||||
|
||||
| Need | Enterprise |
|
||||
|------|-----------|
|
||||
| CVE-free, signed images with SBOM | ✅ |
|
||||
| SLA-backed support from Kubernetes experts | ✅ |
|
||||
| Artifact provenance for compliance audits | ✅ |
|
||||
| Dedicated escalation path | ✅ |
|
||||
|
||||
→ [Contact Sales](mailto:sales@stakater.com) for info about Reloader Enterprise.
|
||||
|
||||
## ⚡ Quick Start
|
||||
|
||||
### 1. Install Reloader
|
||||
@@ -95,12 +118,6 @@ Stakater offers an enterprise-grade version of Reloader with:
|
||||
|
||||
Contact [`sales@stakater.com`](mailto:sales@stakater.com) for info about Reloader Enterprise.
|
||||
|
||||
## ⭐ Show Your Support
|
||||
|
||||
Enjoying the project? Star Reloader on GitHub and stay updated with new releases.
|
||||
|
||||

|
||||
|
||||
## 🧩 Usage
|
||||
|
||||
Reloader supports multiple annotation-based controls to let you **customize when and how your Kubernetes workloads are reloaded** upon changes in `Secrets` or `ConfigMaps`.
|
||||
@@ -453,12 +470,19 @@ These flags allow you to redefine annotation keys used in your workloads or reso
|
||||
|
||||
Reloader is compatible with Kubernetes >= 1.19
|
||||
|
||||
## 🏢 Adopters
|
||||
|
||||
Reloader has **24B+ Docker pulls** across thousands of Kubernetes clusters worldwide.
|
||||
|
||||
If you're running Reloader in production, we'd love to hear from you:
|
||||
|
||||
- 💬 **Share your story** → [Show & Tell Discussion](https://github.com/stakater/Reloader/discussions/1137)
|
||||
- 🏷️ **Add your logo** → [ADOPTERS.md](./adopters/ADOPTERS.md)
|
||||
|
||||
[See who's using Reloader →](./adopters/ADOPTERS.md)
|
||||
|
||||
## Help
|
||||
|
||||
### Documentation
|
||||
|
||||
The Reloader documentation can be viewed from [the doc site](https://docs.stakater.com/reloader/). The doc source is in the [docs](./docs/) folder.
|
||||
|
||||
### Have a question?
|
||||
|
||||
File a GitHub [issue](https://github.com/stakater/Reloader/issues).
|
||||
|
||||
Reference in New Issue
Block a user