> 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/start/servicemap.md).

# 서비스맵 만들기

앞에서 플랫폼에 로그인할 수 있는 사용자를 생성하였습니다. 이제 워크스페이스에 등록할 서비스 맵을 만들어 보겠습니다.

## 1. 서비스 맵 생성 화면으로 이동

1\) \[애플리케이션] - \[서비스 맵] 탭에서 우측 상단의 "+ 생성" 버튼을 클릭합니다.

<figure><img src="/files/vXUm7LDRUTrOIAKqfygG" alt="" width="432"><figcaption><p>[화면] 서비스맵</p></figcaption></figure>

## 2. 서비스 맵 생성 정보 입력

<figure><img src="/files/fgTHNlgKsFFyeUnuv8i2" alt=""><figcaption><p>[화면] 서비스 맵 생성 기본 정보</p></figcaption></figure>

<table><thead><tr><th width="171">항목(*는 필수)</th><th>내용</th></tr></thead><tbody><tr><td>클러스터*</td><td>서비스 맵을 등록할 클러스터를 선택</td></tr><tr><td><p>네임스페이스*</p><p>(택1)</p></td><td>신규 네임스페이스로 서비스 맵을 생성할지, 기존 네임스페이스를 활용할지 선택</td></tr><tr><td>서비스 맵 명*</td><td><p>생성할 서비스 맵 이름을 작성</p><p>보통 네임스페이스와 동일하게 작성</p></td></tr><tr><td>네임스페이스*</td><td>신규 네임스페이스 선택 시, "네임스페이스"란을 작성할 수 있음<br>기존 네임스페이스 선택 시, 현재 클러스터에 생성되어 있는 네임스페이스를 목록으로 선택</td></tr><tr><td>네트워크 정책*</td><td>인그레스/이그레스 트래픽 허용/차단 여부를 선택<br>권고 설정은 "모든 인그레스/이그레스 트래픽 허용"을 선택</td></tr><tr><td>자원 할당 사용</td><td>체크 시, 해당 서비스 맵의 자원 사용량을 제한</td></tr><tr><td>Container Limit Range 설정 사용</td><td>체크 시, 서비스 맵에서 배포되는 컨테이너의 자원 사용량을 제한</td></tr><tr><td>Pod Limit Range 설정 사용</td><td>체크 시, 서비스 맵에서 배포되는 Pod의 자원 사용량을 제한</td></tr><tr><td>Storage Limit Range 설정 사용</td><td>체크 시, 서비스 맵에서 요청하는 Volume의 자원 사용량을 제한</td></tr></tbody></table>

항목을 모두 작성 후, "저장" 버튼 선택하여 서비스 맵을 생성합니다.

## 3. 서비스 맵 생성 확인

1\) 서비스 맵 목록 화면에서 생성된 서비스 맵을 확인합니다.

<figure><img src="/files/ECctp2UzdkDq7D20wQkA" alt=""><figcaption><p>[화면] 서비스맵 생성 확인</p></figcaption></figure>

## 4. 다음 단계

다음은 워크스페이스 등록에 필요한 이미지 레지스트리 생성 과정에 대해 설명합니다. "[레지스트리 만들기](/cocktail-cloud-online/start/registry.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/start/servicemap.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.
