kubernetes-replicator
kubernetes-replicator copied to clipboard
Kubernetes controller for synchronizing secrets & config maps across namespaces
This PR adds support the the vertical pod autoscaler so users do not have to care about the resource usage of application and let the vertical pod autoscaler to do...
The PR adds configuration option for revisionHistoryLimit to control the number of old ReplicaSets for rollback. There will be no changes in default behaviour.
**Is your feature request related to a problem? Please describe.** Prefixes and Suffixes **Describe the solution you'd like** ```yaml apiVersion: v1 kind: Secret metadata: name: secret-name namespace: default annotations: replicator.v1.mittwald.de/replicate-to:...
In this PR I have suggested to make the privileges i.e. the verbs/actions that the clusterRole assigned to the service account ```variable and dynamic``` not hardcoded. Why do we need...
The annotations added by `kubernetes-replicator` to copied secrets are insufficient to reliably identify the origin they were copied from. e.g. ``` annotations: replicator.v1.mittwald.de/replicated-at: "2025-05-06T01:24:17Z" replicator.v1.mittwald.de/replicated-from-version: "677124" replicator.v1.mittwald.de/replicated-keys: queries ``` **Describe...
Description of the change --- With Helm v3.8.0, the OCI support became [GA](https://helm.sh/docs/topics/registries), which is an excellent chance to start publishing Helm charts to OCI-compliant registries. Quay / Dockerhub /...
PR to begin work on issue https://github.com/mittwald/kubernetes-replicator/issues/340 - Exposes a metrics server. - To start with custom metrics, adds a counter for each call to edit a kubernetes resource.
Hey all! I just found this repository, which seems to fit my need perfectly. I have an API that consists of multiple micro-services, but they all share the same domain....
The aim of this PR is to add the ability of adding common labels that apply to all resources.
Add the ability to attach volumes manually, this is needed for service account tokens you can read more here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#launch-a-pod-using-service-account-token-projection