Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix misspelled Kubernetes
  • Loading branch information
bpschmitt authored Feb 5, 2024
1 parent f9d5fde commit 5efb849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<strong>newrelic-agent-operator</strong> is an implementation of a Kubernetes [Operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator), that manages auto-instrumentation of the workloads using New Relic APM agents.

## Description
If you are looking for configuring New Relic APM agents in your Kuberntest cluster, then you are on right page. This will guide you to configure APM agent in seamless manner. The idea behind <strong>newrelic-agent-operator</strong> is to provide simple and efficient installation to the users. It uses Kubernetest operator to create and configure custom resource called <strong>instrumentation</strong>. This custom resource provides higher-level abstraction for language specific agent configuration in the Kubernetes cluster. Also, underlying <strong>newrelic-agent-operator</strong> leverages Init containers to execute the required one-time agent setup, enabling seamless auto-instrumentation functionality.
If you are looking for configuring New Relic APM agents in your Kubernetes cluster, then you are on right page. This will guide you to configure APM agent in seamless manner. The idea behind <strong>newrelic-agent-operator</strong> is to provide simple and efficient installation to the users. It uses Kubernetes operator to create and configure custom resource called <strong>instrumentation</strong>. This custom resource provides higher-level abstraction for language specific agent configuration in the Kubernetes cluster. Also, underlying <strong>newrelic-agent-operator</strong> leverages Init containers to execute the required one-time agent setup, enabling seamless auto-instrumentation functionality.

## Installation
You’ll need a Kubernetes cluster to run against. You can use [KIND](https://sigs.k8s.io/kind) or [Minikube](https://minikube.sigs.k8s.io/docs/start/) to get a local cluster for testing, or run against a remote cluster.
Expand Down

0 comments on commit 5efb849

Please sign in to comment.