Categorygithub.com/sstarcher/newrelic-operator
repository
0.0.0-20200521205227-f2ca80378558
Repository: https://github.com/sstarcher/newrelic-operator.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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