Skip to content

Commit 70939d9

Browse files
authored
Merge pull request #1136 from stakater/rasheedamir-patch-1
Revise README for Reloader Enterprise and badges
2 parents 9a2e39f + 3bcb7d4 commit 70939d9

5 files changed

Lines changed: 133 additions & 11 deletions

File tree

README.md

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Release](https://img.shields.io/github/release/stakater/reloader.svg?style=flat-square)](https://github.com/stakater/reloader/releases/latest)
99
[![GitHub tag](https://img.shields.io/github/tag/stakater/reloader.svg?style=flat-square)](https://github.com/stakater/reloader/releases/latest)
1010
[![Docker Pulls](https://img.shields.io/docker/pulls/stakater/reloader.svg?style=flat-square)](https://hub.docker.com/r/stakater/reloader/)
11-
[![Docker Stars](https://img.shields.io/docker/stars/stakater/reloader.svg?style=flat-square)](https://hub.docker.com/r/stakater/reloader/)
11+
[![GitHub Stars](https://img.shields.io/github/stars/stakater/Reloader.svg?style=flat-square)](https://github.com/stakater/Reloader)
1212
[![license](https://img.shields.io/github/license/stakater/reloader.svg?style=flat-square)](LICENSE)
1313

1414
## 🔁 What is Reloader?
@@ -50,6 +50,21 @@ flowchart LR
5050
- `Secrets` and `ConfigMaps` are watched by Reloader.
5151
- When changes are detected, Reloader automatically triggers a rollout of the associated workloads, ensuring your app always runs with the latest configuration.
5252

53+
## 🏢 Reloader Enterprise
54+
55+
Reloader OSS is free and production-proven with 24B+ downloads.
56+
57+
For teams with stricter requirements:
58+
59+
| Need | Enterprise |
60+
|------|-----------|
61+
| CVE-free, signed images with SBOM ||
62+
| SLA-backed support from Kubernetes experts ||
63+
| Artifact provenance for compliance audits ||
64+
| Dedicated escalation path ||
65+
66+
[Contact Sales](mailto:sales@stakater.com) for info about Reloader Enterprise.
67+
5368
## ⚡ Quick Start
5469

5570
### 1. Install Reloader
@@ -85,16 +100,6 @@ spec:
85100
86101
This tells Reloader to watch the `ConfigMap` and `Secret` referenced in this deployment. When either is updated, it will trigger a rollout.
87102

88-
## 🏢 Enterprise Version
89-
90-
Stakater offers an enterprise-grade version of Reloader with:
91-
92-
1. SLA-backed support
93-
1. Certified images
94-
1. Private Slack support
95-
96-
Contact [`sales@stakater.com`](mailto:sales@stakater.com) for info about Reloader Enterprise.
97-
98103
## 🧩 Usage
99104

100105
Reloader supports multiple annotation-based controls to let you **customize when and how your Kubernetes workloads are reloaded** upon changes in `Secrets` or `ConfigMaps`.
@@ -447,6 +452,17 @@ These flags allow you to redefine annotation keys used in your workloads or reso
447452

448453
Reloader is compatible with Kubernetes >= 1.19
449454

455+
## 🏢 Adopters
456+
457+
Reloader has **24B+ Docker pulls** across thousands of Kubernetes clusters worldwide.
458+
459+
If you're running Reloader in production, we'd love to hear from you:
460+
461+
- 💬 **Share your story** → [Show & Tell Discussion](https://github.com/stakater/Reloader/discussions/1137)
462+
- 🏷️ **Add your logo** → [ADOPTERS.md](./adopters/ADOPTERS.md)
463+
464+
[See who's using Reloader →](./adopters/ADOPTERS.md)
465+
450466
## Help
451467

452468
### Documentation

adopters/ADOPTERS.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Adopters
2+
3+
Organizations and teams running Reloader in production.
4+
5+
This list exists to help the community understand real-world usage patterns and
6+
to give visibility to the teams that have made Reloader part of their infrastructure.
7+
It also helps us prioritize what to build next.
8+
9+
**Want to be listed?**
10+
Open a PR — add your logo to [`/adopters/logos/`](./logos/) and a row to the
11+
table below. See the [contribution guide](#how-to-add-your-organization) at the
12+
bottom of this page.
13+
14+
---
15+
16+
## Organizations Using Reloader
17+
18+
<!-- LOGO GRID START -->
19+
<table>
20+
<tr>
21+
<td align="center"><img src="logos/stakater-cloud.svg" width="100" alt="Stakater Cloud"></td>
22+
<td align="center"><img src="logos/exelient-ab.svg" width="100" alt="Exelient AB"></td>
23+
<td width="100"></td><td width="100"></td><td width="100"></td>
24+
</tr>
25+
</table>
26+
<!-- LOGO GRID END -->
27+
28+
---
29+
30+
## Adopter Details
31+
32+
| Organization | Quote | Use Case | Scale | Since |
33+
|---|---|---|---|---|
34+
| **Stakater Cloud** | "Reloader is foundational to Stakater Cloud — every secret rotation, config change, and cert renewal, handled automatically." | Secret rotation, Cert Renewal, Config Propagation | 4 regions, 800+ namespaces | 2024 |
35+
| **Exelient AB** | "The cert-manager + Reloader combo is gold. Renewed certs, live and hassle-free." | Secret rotation, Cert Renewal, Config Propagation | 1 cluster, 3 namespaces | 2026 |
36+
37+
---
38+
39+
## How to Add Your Organization
40+
41+
Adding your organization takes about 5 minutes and means a lot to the project.
42+
43+
### Option A — Pull Request (gets you a logo in the grid)
44+
45+
1. Fork the repository
46+
2. Add your logo to [`/adopters/logos/`](./logos/)
47+
- SVG preferred, PNG accepted
48+
- Name the file after your company: `acme-corp.svg`
49+
- Keep it under 100KB
50+
3. Add a row to the **Adopter Details** table above
51+
4. Open a PR with the commit title: `docs: add <YOUR COMPANY> to ADOPTERS.md`
52+
53+
### Option B — GitHub Discussion (quickest, no git required)
54+
55+
Drop a comment in the
56+
[👋 Show & Tell: Who's using Reloader?](https://github.com/stakater/Reloader/discussions/1137)
57+
discussion using this template:
58+
59+
```
60+
**Company / Team:**
61+
**Quote:** (1–2 lines on how Reloader helps you)
62+
**Use case:** (e.g. secret rotation, cert-manager, GitOps pipeline)
63+
**Scale:** (clusters, namespaces, workloads — share what you're comfortable with)
64+
**Since:** (approximate year)
65+
**Logo:** (attach an SVG or PNG if you'd like to appear in the grid)
66+
```
67+
68+
We'll take care of the PR on your behalf.
69+
70+
---
71+
72+
> **Note:** Anonymous entries are welcome. If you're not able to share your company
73+
> name publicly, you can describe yourself as e.g. *"A fintech running 40 clusters
74+
> in production"* — it still helps the community understand real-world scale.

adopters/logos/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

adopters/logos/exelient-ab.svg

Lines changed: 1 addition & 0 deletions
Loading

adopters/logos/stakater-cloud.svg

Lines changed: 30 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)