> ## 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.

# 소개

> Ale은 자체 인프라에서 운영할 수 있는 셀프호스팅 개발자 플랫폼입니다. 사용자는 플러그인 방식의 커스터마이징 기능으로 애플리케이션을 빌드하고 배포하는 과정을 유연하게 구성할 수 있습니다.

<CardGroup cols={2}>
  <Card title="" icon="computer" href="/ko/getting-started/quickstart" horizontal>
    로컬 환경에 설치하기
  </Card>

  <Card title="" icon="aws" href="/ko/setup/ec2/01_ec2-prerequisite" horizontal>
    AWS EC2에 설치하기
  </Card>

  <Card title="" icon="aws" href="/ko/setup/eks-eksctl/01_aws-prerequisite" horizontal>
    AWS EKS에 설치하기
  </Card>

  <Card title="" icon="google" href="/ko/setup/gke/01_gke-prerequisite" horizontal>
    GCP GKE에 설치하기
  </Card>
</CardGroup>

***

## 기본 기능

<CardGroup cols={2}>
  <Card title="운영시스템과 개발자 대시보드" icon="people-arrows" href="/ko/getting-started/introduction#app">
    개발팀과 운영팀을 위한 접근 권한을 달리하는 **상호 통합된 플랫폼**
  </Card>

  <Card title="개발자 셀프서비스" icon="users-rectangle" href="/ko/developers/quickstart">
    개발팀은 운영팀에 대한 지원 요청 없이 개발자 대시보드에서 개발환경 관리 및 배포
  </Card>

  <Card title="다양한 IaaS 서비스 활용" icon="circle-plus" href="/ko/operations/plugins">
    K8s 이외에도 EC2 등의 VM 및 Lambda 등 다양한 IaaS 서비스를 같은 원리로 배포 및 통합관리
  </Card>

  <Card title="플러그인으로 커스터마이징" icon="plug-circle-plus" href="/ko/operations/plugins">
    클라우드 인프라 운영에 필요한 기능은 플러그인 개발을 통해 커스터마이징 가능
  </Card>
</CardGroup>

## 운영시스템

<CardGroup cols={2}>
  <Card title="사용자 권한 관리" icon="user-shield" href="/ko/operations/user-management">
    세부 메뉴별 접근 권한 및 개발자 대시보드 사용자 관리
  </Card>

  <Card title="프리셋 리소스" icon="gauge" href="/ko/operations/settings#%EB%A6%AC%EC%86%8C%EC%8A%A4-%ED%94%84%EB%A1%9C%ED%8C%8C%EC%9D%BC-%EA%B4%80%EB%A6%AC">
    다양한 상황에 대비한 프리셋 리소스로 효율적인 리소스 관리
  </Card>

  <Card title="모니터링" icon="chart-line" href="/ko/advanced/metrics">
    시각화된 리소스 사용량 메트릭 제공
  </Card>

  <Card title="멀티 클러스터" icon="layer-group" href="/ko/advanced/multi-cluster">
    다양한 CSP의 K8s를 연결해서 사용 가능
  </Card>

  <Card title="K8s 디스크립션 조회" icon="note-sticky" href="/ko/operations/deployment-history">
    배포 시 생성된 Deployment, Pod 디스크립션 조회
  </Card>

  <Card title="가시성" icon="eye" href="/ko/operations/services">
    개발팀이 배포한 전체 서비스를 한 페이지에서 관리
  </Card>

  <Card title="클러스터 접속" icon="terminal" href="/ko/operations/clusters#%EC%97%90%EC%9D%B4%EC%A0%84%ED%8A%B8-%EC%A0%91%EC%86%8D">
    에이전트를 통한 클러스터 접근(kubectl)
  </Card>

  <Card title="OAuth 인증" icon="arrow-right-to-bracket" href="/ko/operations/settings#%EC%9D%B8%EC%A6%9D%EC%88%98%EB%8B%A8">
    Google, GitHub OAuth 로그인을 간편하게 추가
  </Card>

  <Card title="민감 정보 관리" icon="key" href="/ko/getting-started/introduction#app">
    개발팀원에게 민감한 정보 노출없이 권한부여
  </Card>
</CardGroup>

## 개발자 대시보드

<CardGroup cols={2}>
  <Card title="다양한 템플릿" icon="sparkles" href="/ko/developers/dockerfile">
    Node, Next.js, Redis 등과 Dockerfile을 포함한 다양한 기본 APP / 템플릿 지원
  </Card>

  <Card title="K8s 스토리지 프로비저닝" icon="hard-drive" href="/ko/developers/database">
    서비스 실행에 필요한 볼륨(PVC) 자동생성 및 마운트
  </Card>

  <Card title="SSL 인증서 자동발급" icon="browser" href="/ko/developers/domain">
    서비스 배포 시 HTTPS인증서가 발급된 **프리뷰 URL** 자동생성
  </Card>

  <Card title="배포 자동화" icon="infinity" href="/ko/developers/githubactions">
    GitHub Actions를 활용한 간편한 배포자동화 및 무중단 배포 지원
  </Card>
</CardGroup>
