newrelic / newrelic-kubernetes-operator

Operator to create New Relic configuration in Kubernetes
Apache License 2.0
42 stars 22 forks source link

Operator should perform regular syncs to write state of kubernetes resources to New Relic #110

Open thande opened 3 years ago

thande commented 3 years ago

Feature Description

The operator should be able to run regular "Syncs" to write the current state of any configured NR kubernetes resources to New Relic. This would avoid configuration drift between the kubernetes resources and the New Relic API

Describe Alternatives

Since there is not a way to prevent changes being made manually via the New Relic UI or API this would allow the operator to maintain the primary configuration by overriding any changes made via other means.