# Node View

<figure><img src="/files/mXbUmXzxvX355XGmBFbZ" alt=""><figcaption></figcaption></figure>

The Node View provides visibility into the activity within our cluster at the node level. We can monitor CPU and memory allocation, as well as the available capacity for hosting pods on each node. When selecting a node, we have access to three main components:

* Quick Editor: The Quick Editor provides a concise overview of key information regarding the selected node, including its CIDRs, status, and configured taints. Additionally, it grants access to two essential functions: "Cordon/Uncordon Node" and "Drain Node," allowing for the management of hosted pods.

<figure><img src="/files/sZDsLDKXESKgdkOp23tK" alt="" width="241"><figcaption></figcaption></figure>

* Yml: Grant access to the YAML definition of the node along with its current status.
* In Detail Metrics: In the Detail Metrics section, you'll find comprehensive information regarding CPU and memory metrics.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.k8studio.io/documentation/node-view.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
