Home / Companies / New Relic / Blog / Post Details
Content Deep Dive

Simplify your Kubernetes monitoring with the New Relic operator

Blog post from New Relic

Post Details
Company
Date Published
Author
Reese Lee, Senior Developer Relations Engineer
Word Count
1,322
Language
English
Hacker News Points
-
Summary

Introduced by CoreOS Linux in 2016, the operator concept enhances Kubernetes by automating the management of complex applications through custom configurations, known as custom resources. Operators act as controllers within the Kubernetes control plane, continuously aligning the cluster's current state with the desired state defined by custom resource definitions. The New Relic Kubernetes operator simplifies deploying its integration, which includes modules like Pixie and Prometheus for monitoring and automation, and allows tasks like scaling, upgrading, and redeploying secrets or pods to be managed more efficiently. Users can access Kubernetes data and set up alerts through New Relic's features, and the integration can be installed with or without the operator. The blog post offers a detailed guide on setting up the New Relic Kubernetes operator, including prerequisites such as minikube, kubectl, and a New Relic account, and provides a script to configure and deploy the operator, showcasing how it enhances visibility and ease of management in Kubernetes environments.