> For the complete documentation index, see [llms.txt](https://cocktailcloud.gitbook.io/cocktail-cloud-online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cocktailcloud.gitbook.io/cocktail-cloud-online/platform/multi-cluster.md).

# 멀티 클러스터 구성

대 고객 비즈니스 요구에 따라 서비스를 제공하는 환경(멀티 클라우드)에서 멀티 클러스터로 서비스 환경을 구축할 수 있다는 점이 칵테일 클라우드의 가장 큰 장점입니다.

클러스터 등록 방법 아래 링크를 참고하세요.

{% content-ref url="/pages/WrCVB1t1MWNtsu2ogOs7" %}
[클러스터 등록](/cocktail-cloud-online/start/clustersregister.md)
{% endcontent-ref %}

## 1. 멀티 클러스터는 어떤 장점이 있나요?

멀티 클러스터 구성 시, 모든 종류의 환경을 비즈니스 요구사항에 따라 클러스터로 구성하여 통합된 단일 플랫폼에서 관리 가능합니다. 즉, 비즈니스 요구사항에 따라 클라우드 서비스 프로바이더와 온-프레미스 환경을 벤더에 의한 제약 없이 전략적으로 선택하여 사용할 수 있다는 의미입니다.

구성 가능한 서버 인프라 환경

> * 온-프레미스
> * 데이터센터
> * 프라이빗 클라우드
> * 퍼블릭 클라우드

<figure><img src="/files/d2ccnIRQqlsihlmGpNlE" alt=""><figcaption><p>[화면] 멀티 클러스터 통합 관리 플랫폼</p></figcaption></figure>

## 2. 하이브리드 클라우드는 어떻게 구성하나요?

비즈니스 요구사항과 지역적, 법률적, 보안적 요구사항을 모두 충족하기 위해 하이브리드 클라우드를 선택하는 기업들이 늘어나고 있습니다. 하이브리드 환경으로 서비스를 구성할 경우에도 단일 플랫폼에서 구성된 모든 형태의 클러스터를 아래의 예시와 같이 구성할 수 있습니다.

<figure><img src="/files/bK6kPm8ZVUX9NitelcAC" alt=""><figcaption><p>[화면] 멀티 클러스터 하이브리드 클라우드 구성 예</p></figcaption></figure>


---

# 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://cocktailcloud.gitbook.io/cocktail-cloud-online/platform/multi-cluster.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.
