mittwald / kubernetes-replicator

Kubernetes controller for synchronizing secrets & config maps across namespaces
Apache License 2.0
886 stars 101 forks source link

Support replication for Custom Resource #291

Open jeesmon opened 1 year ago

jeesmon commented 1 year ago

Is your feature request related to a problem? Please describe. We are in need of replicating istio EnvoyFilter from one namespace to another. As we are using kubernetes-replicator for replicating Secret, ConfigMap, etc. it will be great if we can support EnvoyFilter replication also with replicator. Do you think adding EnvoyFilter replication fits the purpose of this tool? We can look into creating a PR and contribute but wanted to check with community before we start any work.

Describe the solution you'd like Replicate EnvoyFilter resource created in one namespace to istio-system