|
| 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. |
0 commit comments