> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ale.run/llms.txt
> Use this file to discover all available pages before exploring further.

# 동시실행(레플리카)

## 적용하기

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/replica01.png" />
</Frame>

> 배포과정에서 **동시실행(레플리카)** 수를 설정하는 방식으로 ReplicaSet를 적용할 수 있습니다.

<Info>
  설정한 수만큼 서비스가 수평확장되어 부하 분산 및 안정성을 확보할 수 있습니다.
</Info>

## 조회하기

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/replica02.png" />
</Frame>

> **서비스 상세화면 리소스탭**의 워크로드 항목에서 동시실행(레플리카)이 적용된 서비스의 상태를 확인할 수 있습니다. 좌측부터 실시간 `서비스 상태` `CPU 사용량` `메모리 사용량` 등을 나타냅니다.

<Info>
  우측의 아이콘으로 구동중인 서비스 각각의 실행로그 조회 및 터미널 접속과 디스크립션을 확인할 수 있습니다.
</Info>

## 변경하기

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/replica03.png" />
</Frame>

> **서비스 설정화면** 성능 설정 항목에서 동시실행(레플리카) 수를 변경하고 `배포하기`를 클릭하면, 변경 사항을 반영하여 재배포됩니다.
