> 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/ci-cd/build-server.md).

# 빌드서버 만들기

{% hint style="info" %}
칵테일에서 이미지 빌드를 하기 위해서는 빌드 서버 생성이 필수입니다.
{% endhint %}

## 1. 빌드 서버 생성 화면으로 이동

아래 이동 경로에 따라 빌드 서버 생성 화면으로 이동합니다.

1\) \[빌드 구성] - \[빌드 서버] 탭에서 우측 상단의 "+ 생성" 버튼을 클릭합니다.

<figure><img src="/files/d1SwhV2CmwAjlo6zi9RQ" alt=""><figcaption><p>[화면] 빌드 구성의 빌드 서버 기본 화면</p></figcaption></figure>

## 2. 빌드 서버 정보 입력

<figure><img src="/files/WQ7JcVlZkk0WzMpMb9y9" alt=""><figcaption><p>[화면] 빌드 서버 정보 입력</p></figcaption></figure>

<table><thead><tr><th width="198">항목(*는 필수)</th><th>내용</th></tr></thead><tbody><tr><td>이름*</td><td>생성할 빌드 서버의 이름을 입력</td></tr><tr><td>설명</td><td>생성할 빌드 서버의 설명을 입력</td></tr><tr><td>클러스터*</td><td>클러스터 선택</td></tr><tr><td>네임스페이스*</td><td>빌드 서버를 실행 할 네임스페이스 선택</td></tr><tr><td>Insecure Registries*</td><td>이미지를 pull 또는 push 해올 harbor 공인IP 작성</td></tr></tbody></table>

## 3. 빌드 서버 생성 확인

1\) 빌드 서버 목록 화면에서 생성된 빌드 서버를 확인합니다.

<figure><img src="/files/AAGvyynk7cTKXqeQXIJF" alt=""><figcaption><p>[화면] 빌드 서버 목록 확인</p></figcaption></figure>

2\) 생성한 빌드 서버 클릭하여 설정 정보를 확인합니다.

<figure><img src="/files/U84pqelMM9h5mS7ovRW3" alt=""><figcaption><p>[화면] 작성한 빌드서버 정보 확인</p></figcaption></figure>

## 4. 다음 단계

다음은 본격적으로 이미지 빌드 하는 과정에 대해 설명합니다. "[이미지 빌드 하기](/cocktail-cloud-online/ci-cd/build-image.md)" 페이지로 이동하세요.


---

# 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/ci-cd/build-server.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.
