> For the complete documentation index, see [llms.txt](https://mondrian.gitbook.io/yennefer-cluster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mondrian.gitbook.io/yennefer-cluster/c1.3.0/welcome.md).

# Welcome!

{% embed url="<https://youtu.be/RQmUmyhECdY>" %}

### Yennefer Cluster란?

<figure><img src="/files/iSjQwcXw6GnAICFPx7bJ" alt=""><figcaption><p>Yennefer Cluster구성 </p></figcaption></figure>

#### <mark style="background-color:yellow;">**첫째,**</mark>  <mark style="background-color:yellow;"></mark><mark style="background-color:yellow;">여러 대의 Woker Node를 Master Sever가 제어하고 관리함으로써 장애 발생 시, 위험을 방지 수 있습니다.</mark>

한 서버에 장애 발생 시, 다른 정상적인 서버로 이동 가능하며, 이로 인해 위험을 줄일 수 있습니다.

#### &#x20;<mark style="background-color:yellow;">둘째, 각 Node간의 데이터 공유 및 서버 확장이 용이합니다.</mark>

각 노드 간 데이터 공유 가능하며, 추가 용량이 필요하다면 손쉽게 노드를 확장하고 이용하실 수 있습니다.

#### <mark style="background-color:yellow;">셋째, 탄력적인 자원 활용</mark>&#x20;

기존에 고정된 자원 내에서 서비스를 이용했던 single버전과 달리 클러스터에서는 유연하게 자원을 할당받 고 사용자가 효율적으로 자원을 활용할 수 있습니다.

### **Yennefer Cluster가 처음이신가요?**&#x20;

{% content-ref url="/pages/5LQyDti83kkonGLeJq36" %}
[Getting Started](/yennefer-cluster/c1.3.0/user-manual/getting-started.md)
{% endcontent-ref %}

### **Yennefer Cluster 구성**&#x20;

{% content-ref url="/pages/vSxFnnVnNCNYgmnEQPwd" %}
[Admin](/yennefer-cluster/c1.3.0/user-manual/admin.md)
{% endcontent-ref %}

{% content-ref url="/pages/QVQ7WzLqHA4sDW8yMaED" %}
[Studio](/yennefer-cluster/c1.3.0/user-manual/studio.md)
{% endcontent-ref %}

{% content-ref url="/pages/YYo09qnzMPMHRzbRW2IX" %}
[Data Catalog](/yennefer-cluster/c1.3.0/user-manual/data-catalog.md)
{% endcontent-ref %}


---

# 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://mondrian.gitbook.io/yennefer-cluster/c1.3.0/welcome.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.
