From 5efb8498045d8115ab6727ffb1819293febbfd0e Mon Sep 17 00:00:00 2001 From: bpschmitt Date: Mon, 5 Feb 2024 14:03:41 -0600 Subject: [PATCH] Update README.md Fix misspelled Kubernetes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e84d435..f0ef839 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ newrelic-agent-operator 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 newrelic-agent-operator is to provide simple and efficient installation to the users. It uses Kubernetest operator to create and configure custom resource called instrumentation. This custom resource provides higher-level abstraction for language specific agent configuration in the Kubernetes cluster. Also, underlying newrelic-agent-operator 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 newrelic-agent-operator is to provide simple and efficient installation to the users. It uses Kubernetes operator to create and configure custom resource called instrumentation. This custom resource provides higher-level abstraction for language specific agent configuration in the Kubernetes cluster. Also, underlying newrelic-agent-operator 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.