2021. 5. 25. 16:05ㆍIT/Cloud
1일차
1-1
클라우드 특징(★)
클라우드 유용성(★)
1-2
클라우드 모델 및 특징(이런 이런 내용이다 훑어보면 됨)
PaaS (★)
PaaS는 Platform as a Service 형태의 클라우드 서비스 모델이며
아래 그림과 같이 AWS/VMware/OpenStack등 BAse Infra 구성 위에 Cloud Foundry위에 PaaS 구성 형태를 이룬뒤에 위에 internet에 Client 서비스 하는 형태입니다.
Cloud Foundry
o Open source PasS platform
o 어플리케이션의 배포/운영을 간소화하기 위한 PasS Platform
장점
어플리케이션 실행 환경이나 데이터베이스 등이 미리 마련되어 단기간에 애플리케이션을 개발하여 서비스를 제공할 수 있음.
종류
PaaS-TA는 HYBRIDE에 속함.(Clound Foundry 베이스로 시작)
특징
BOSH : 물리적 컴퓨팅 인프라 위에 VM을 생성 및 배포하고이 클라우드 위에 Cloud Foundry를 배포 및 실행합니다.
Cloud Controller : 클라우드의 VM에서 앱 및 기타 프로세스를 실행하여 수요의 균형을 맞추고 앱 수명주기를 관리합니다.
Stack : 앱이 실행되는 운영 체제입니다.
Buildpack : 앱에서 사용하는 모든 언어, 라이브러리 및 서비스가 포함됩니다.
user: 기본 계정 단위
user에 역할은 다음과 같습니다.
- Admin: Perform operational actions on all orgs and spaces using the Cloud Controller API. Assigned the cloud_controller.admin scope in UAA.
- Admin Read-Only: Read-only access to all Cloud Controller API resources. Assigned the cloud_controller.admin_read_only scope in UAA.
- Global Auditor: Read-only access to all Cloud Controller API resources except for secrets, such as environment variables.
org : 조직(그룹)에 따라 공유하는 조직의 공동 작업자는 리소스 할당량 계획, 앱, 서비스 가용성 및 사용자 지정 도메인을 공유합니다.
org에 역할은 다음과 같습니다.
- Org Managers: Administer the org.
- Org Auditors: Read-only access to user information and org quota usage information.
- Org Billing Managers: Create and manage billing account and payment information.
spaces : 공간은 사용자에게 앱 개발, 배포 및 유지 관리를위한 공유 위치에 대한 액세스를 제공합니다.
spaces에 역할은 다음과 같습니다.
- Space Managers: Administer a space within an org.
- Space Developers: Manage apps, services, and space-scoped service brokers in a space.
- Space Auditors: Read-only access to a space.
2일차
bosh 개념 (☆)
bosh 3대 구성 요소(☆)
bosh 1 과 bosh 2 차이점
한줄 요약
bosh1은 init과 cli로 2개 구분되어 2개 따로 설치해야했지만 bosh2는 cli로 paas-ta 설치까지 통합되어 한번에 가능
실제 실습 서버 아키텍처
bosh 설치 및 구성
설치시 중요 포인트.
bosh 로그인이 안되면 권한 문제로 인해 bosh 명령어에 권한 error 발생.
인증키 등록 방식. 인증키 등록하여 암호 없이 접속 가능.(bosh 접속시에 쓰임)
'IT > Cloud' 카테고리의 다른 글
Paas-TA 실제 강의 참여 및 후기 (1) | 2021.05.25 |
---|---|
Paas-TA 실습 관련 정리 노트 (0) | 2021.05.09 |