1 repository
Mechanisms for identifying Kubernetes workloads that should be targeted for actions based on resource annotations.
Distinct from Annotation-Based Discovery: Candidates focus on data search, monitoring discovery, or test profiling, not workload restart targeting in K8s.
Explore 1 awesome GitHub repository matching devops & infrastructure · Annotation-Based Target Selection. Refine with filters or upvote what's useful.
Reloader is a Kubernetes custom controller designed to automate pod restarts and synchronize running workloads with external configuration stores. It functions as a configuration reloader that triggers rolling upgrades for pods whenever referenced ConfigMaps or Secrets are updated. The tool distinguishes itself by integrating with external secret managers, CSI drivers, and GitOps workflows to ensure workloads are restarted when secrets from external stores change. It utilizes targeted filtering via labels and annotations to control which resources or namespaces trigger restarts, and it can pa
Identifies which workloads to restart by scanning for specific metadata keys and values within resource definitions.