Skip to content

Commit

Permalink
More edits
Browse files Browse the repository at this point in the history
  • Loading branch information
alaudazzi committed Jul 23, 2024
1 parent 36f8024 commit c610350
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/en/serverless/quickstarts/k8s-logs-metrics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ Then, you will navigate to dashboards to further analyze and explore your observ
1. Select **Monitor infrastructure**, and then select **Kubernetes**.
1. Copy the command that's shown. For example:
![Quickstart showing command for kubernetes](../images/quickstart-k8s-command.png)
You'll run this command to install Elastic Agent in your Kubernetes cluster.
1. Open a terminal on the cluster you want to monitor, and run the command.

The kubectl command downloads the configuration file and all the Kubernetes resources needed to collect metrics from the cluster and send it to Elastic.
The kubectl command installs the Elastic Agent in your Kubernetes cluster, downloads all the Kubernetes resources needed to collect metrics from the cluster, and sends it to Elastic.

The kubectl command should generate an output similar to the following one:
The kubectl command generates an output similar to the following one:

![Kubernetes command output](../images/quickstart-k8s-command-output.png)

1. Go back to the *Add Observability Data* page, and you will see the message "We are monitoring your cluster".
1. Go back to the *Add Observability Data* page, and you will see the message *We are monitoring your cluster*.

1. Click *Explore Kubernetes cluster* to open a list of pre-made dashboards displaying your ingested logs and metrics.

Expand Down

0 comments on commit c610350

Please sign in to comment.