Welcome to the Docs#
Reloader Enterprise is the commercial edition of the massively adopted Reloader OSS (24+ billion container pulls, 9.5K+ GitHub stars).
It delivers a security-hardened, fully validated, and commercially supported version of Reloader for mission-critical Kubernetes and OpenShift environments.
Today, Reloader Enterprise provides:
- 🔐 Hardened and verified container images
- 🛠️ Commercial support with SLAs
- 🔄 Long-term maintenance and
backportedfixes - 📦 Drop-in compatibility with Reloader OSS
Reloader Enterprise is continuously evolving, with additional enterprise-focused enhancements planned to improve reliability, visibility, and operational control — delivered incrementally as the product matures.
🔁 What is Reloader?#
Reloader is a Kubernetes controller that automatically triggers rollouts of workloads (like Deployments, StatefulSets, and more) whenever referenced Secrets or ConfigMaps are updated.
In a traditional Kubernetes setup, updating a Secret or ConfigMap does not automatically restart or redeploy your workloads. This can lead to stale configurations running in production, especially when dealing with dynamic values like credentials, feature flags, or environment configs.
Reloader bridges that gap by ensuring your workloads stay in sync with configuration changes — automatically and safely.