Skip to content

Commit

Permalink
Update docs/source/2_setup/2_openfx_setup/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Hwang <[email protected]>
  • Loading branch information
Cyy92 and ssaru authored Aug 25, 2020
1 parent 0750b65 commit 4961b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/2_setup/2_openfx_setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

### Ansible을 통한 쿠버네티스 클러스터 구축

`Ansible`은 IaC(Infrastructure as Code)를 지향하는 자동화 관리 도구로, 파이썬을 기반으로 하며 yaml 포맷을 기반으로 플레이북을 실행시켜서 원하는 자동화를 구현하거나, 에드혹 모드로 모듈을 실행시켜 상태를 조회해 볼 수 있다. OpenFx 프레임워크는 이러한 ansible을 사용하는 `kubespray` 자동화 툴로 쿠버네티스 클러스터를 구축하여 설치할 수 있다. 본 가이드에서는 kubespray를 통해 yaml 파일에 정의된 각각의 롤(role)들을 기반으로 쿠버네티스 클러스터를 구축하는 방법에 대해 설명한다.
`Ansible`파이썬 기반의 IaC(Infrastructure as Code)를 지향하는 자동화 관리 도구이다. `Ansible`yaml 파일로 구성된 플레이북을 실행하여 여러 머신에 동시에 소프트웨어 패키지를 설치함으로써 인프라 시스템 구축을 자동화할 수 있다. 그 외에도 `Ansible`에드혹 모드로 모듈을 실행하여 여러 머신의 상태를 조회해 볼 수 있다. 본 가이드에서는 쿠버네티스를 인프라 시스템에 손쉽게 설치할 수 있도록 하는 `Ansible`기반의 `kubespray`를 활용하여 OpenFx 프레임워크를 설치하는 방법을 안내한다. 아래는 kubespray를 통해 yaml 파일에 정의된 각각의 롤(role)들을 기반으로 쿠버네티스 클러스터를 구축하는 방법에 대해 설명한다.



Expand Down

0 comments on commit 4961b48

Please sign in to comment.