> For the complete documentation index, see [llms.txt](https://launchnodes.gitbook.io/lacnet-mainnet-configuracion-del-nodo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://launchnodes.gitbook.io/lacnet-mainnet-configuracion-del-nodo/consultar-el-cluster-eks.md).

# Consultar el Clúster EKS

{% embed url="<https://drive.google.com/file/d/1AAS5VRDTbDSz1BSDZftqSc4xahukhMB8/view?usp=sharing>" %}

Para realizar comandos operacionales y recuperar información específica acerca de su clúster EKS, puede utilizar el script ops.sh. Este script proporciona varios comandos que pueden ser ejecutados en AWS Cloud Shell o en un entorno terminal. Aquí están los comandos disponibles:

* `getPodRestart`: Utilice este comando para reiniciar los pods escritores en el clúster.
* `getEnodeId`: Utilice este comando para obtener el ID Enode del Nodo Escritor.
* `getNodeAddress`: Utilice este comando para obtener la dirección del Nodo Escritor.
* `getConnectionStatus`: Utilice este comando para verificar el estado de la conexión de los nodos.
* `getbesuLogs`: Utilice este comando para ver los registros del contenedor besu. Para ejecutar cualquiera de estos comandos, siga estos pasos:

Paso 1: Asegúrese de tener disponible el script ops.sh. Si no es así, siga de nuevo la etapa 3. Paso 2: Abra AWS Cloud Shell o un entorno terminal. Paso 3: Navegue hasta la ubicación donde se encuentra el script ops.sh. Paso 4: Ejecute el siguiente comando para cargar el script:

```
    source ops.sh
```

Una vez que el script esté cargado, puede ejecutar cualquiera de los comandos mencionados anteriormente simplemente escribiendo el comando en AWS Cloud Shell y presionando Enter. La salida se mostrará en consecuencia.&#x20;

**Nota:** Asegúrese de tener los permisos y el acceso adecuados al clúster EKS antes de ejecutar estos comandos.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://launchnodes.gitbook.io/lacnet-mainnet-configuracion-del-nodo/consultar-el-cluster-eks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
