# 서비스간 통신

### 개요

***

[프로젝트? 서비스?](/start/apppaas-guide/what-are-projects-and-services.md)에서 설명한 것처럼 하나의 제품을 다수의 서비스로 구성하고자 한다면 \
AppPaaS 내에서 각 서비스 간에 통신이 필요합니다.

이러한 내부 통신을 지원하기 위해 AppPaaS에서는 내부 DNS 정보를 제공합니다. \
서비스 상세 페이지에서 내부 도메인 정보를 확인할 수 있습니다.

<figure><img src="/files/GoNuZ3bkqX02fiMS1mD0" alt=""><figcaption><p>서비스 세부정보 페이지에서 확인할 수 있는 내부 도메인</p></figcaption></figure>

내부 도메인을 사용하여 외부에 공개할 서비스와 내부에서 비공개로 관리할 서비스를 구분할 수 있습니다.&#x20;

### **서비스 가시성**

***

위에서 설명한 것처럼 내부 서비스 간 통신은 내부 DNS를 통해 가능합니다. \
다만 이러한 가시성은 같은 계정 내에 생성된 서비스끼리만 허용됩니다. \
다른 계정에서 만든 서비스의 내부 도메인으로 연결 시도 시 연결은 거부됩니다.

<figure><img src="/files/wlessiTCy9ys7SE5iCnw" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.apppaas.com/start/apppaas-guide/inter-service-communication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
