Skip to content

sstarcher/newrelic-operator

Repository files navigation

NewRelic Kubernetes Operator

Docker Registry 

pre-alpha This is a work in progress to use the operator-framework to create a controller and CRDs for NewRelic. This allows us to create New Relic resources when creating our services such as dashboards or synthetics.

Capabilities

Dashboards

  • Can be created/updated/deleted
  • Only the raw JSON for the dashboard is supported
  • Example

Alert Channel

  • Can be created/updated/deleted
  • Example

Alert Policy

  • Can be created/updated/deleted
  • Channels supported
  • Example

Monitor (Synthetics)

  • Can be created/updated/deleted
  • Can be tied to a policy
  • Example

Installation

  • A helm chart is available in this repository.
  • To run the environment variable NEW_RELIC_APIKEY is required

Todo

  • Validate resources prior to calling API
  • Need to support secret information like slack configuration and the ability to refer and re-use