Configmaps and Secrets Reloader in Kubernetes
How to use the Reloader controller to automatically trigger rolling restarts of Kubernetes workloads when ConfigMaps or Secrets are updated, eliminating the need for manual pod restarts.
Read →How to use the Reloader controller to automatically trigger rolling restarts of Kubernetes workloads when ConfigMaps or Secrets are updated, eliminating the need for manual pod restarts.
Read →What actually happens when you update a ConfigMap in Kubernetes depends on how you're using it. This article clarifies the behavior for volume mounts, environment variables, and how to automate restarts with Reloader.
Read →