Alibaba Cloud에 설치
Alibaba Cloud에 OpenShift Container Platform 설치
초록
1장. 지원 설치 관리자를 사용하여 Alibaba Cloud에 클러스터 설치
Alibaba Cloud는 온라인 비즈니스 및 글로벌 기업에 광범위한 클라우드 컴퓨팅 및 데이터 스토리지 서비스를 제공합니다. 지원 설치 관리자를 사용하여 Alibaba Cloud에 OpenShift Container Platform 클러스터를 설치할 수 있습니다.
지원 설치 관리자를 사용하여 Alibaba Cloud를 설치하는 것은 기술 프리뷰 기능 전용입니다. 기술 프리뷰 기능은 Red Hat 프로덕션 서비스 수준 계약(SLA)에서 지원되지 않으며 기능적으로 완전하지 않을 수 있습니다. 따라서 프로덕션 환경에서 사용하는 것은 권장하지 않습니다. 이러한 기능을 사용하면 향후 제품 기능을 조기에 이용할 수 있어 개발 과정에서 고객이 기능을 테스트하고 피드백을 제공할 수 있습니다.
Red Hat 기술 프리뷰 기능의 지원 범위에 대한 자세한 내용은 기술 프리뷰 기능 지원 범위를 참조하십시오.
1.1. 지원 설치 관리자를 사용하여 클러스터를 생성하는 프로세스 개요
설치 프로세스의 주요 단계는 다음과 같습니다.
- 지원 설치 프로그램으로 클러스터를 생성하고 생성된 이미지를 다운로드합니다.
-
이미지를
QCOW2
형식으로 변환합니다. 자세한 내용은 다음 섹션을 참조하십시오. - Alibaba Cloud의 오브젝트 스토리지 서비스 버킷에 이미지를 업로드합니다.
- Alibaba Cloud의 Elastic Compute Service로 이미지를 가져옵니다.
Alibaba Cloud 리소스를 프로비저닝합니다.
- VPC(Virtual Private Cloud) 콘솔에서 네트워킹 구성을 설정합니다.
- Alibaba Cloud DNS 콘솔에서 도메인 이름 시스템을 정의합니다.
- ECS(Elastic Compute Service) 콘솔에서 컴퓨팅 인스턴스를 프로비저닝합니다.
- 지원 설치 프로그램에서 호스트 검색을 완료합니다.
- Alibaba Cloud에서 네트워크 구성을 완료합니다.
- 지원 설치 프로그램에서 클러스터 구성 및 설치를 완료합니다.
1.2. 검색 이미지를 QCOW2 형식으로 변환
Alibaba Cloud로 가져오기 전에 생성된 ISO를 QCOW2
형식으로 변환합니다.
사전 요구 사항
- 클러스터를 생성하고 지원 설치 프로그램에서 검색 이미지를 다운로드했습니다.
- 데스크탑 머신과 같이 클러스터 외부에 있는 Linux 시스템에 액세스할 수 있습니다.
프로세스
- Linux 시스템에서 명령줄 인터페이스를 엽니다.
다음 명령을 실행하여 시스템에 가상화 플래그가 활성화되어 있는지 확인합니다.
$ grep -e lm -e svm -e vmx /proc/cpuinfo
다음 명령을 실행하여 RHEL 또는 Fedora 시스템에
qemu-img
패키지를 설치합니다.$ sudo dnf install -y qemu-img
참고시스템에서
APT
패키지 관리자를 사용하는 경우 대신qemu-utils
라는 이름으로 패키지를 설치합니다.다음 명령을 실행하여 이미지를
QCOW2
로 변환합니다.$ qemu-img convert -O qcow2 ${CLUSTER_NAME}.iso ${CLUSTER_NAME}.qcow2
Legal Notice
Copyright © 2024 Red Hat, Inc.
OpenShift documentation is licensed under the Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0).
Modified versions must remove all Red Hat trademarks.
Portions adapted from https://github.com/kubernetes-incubator/service-catalog/ with modifications by Red Hat.
Red Hat, Red Hat Enterprise Linux, the Red Hat logo, the Shadowman logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
Linux® is the registered trademark of Linus Torvalds in the United States and other countries.
Java® is a registered trademark of Oracle and/or its affiliates.
XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries.
Node.js® is an official trademark of Joyent. Red Hat Software Collections is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
The OpenStack® Word Mark and OpenStack logo are either registered trademarks/service marks or trademarks/service marks of the OpenStack Foundation, in the United States and other countries and are used with the OpenStack Foundation’s permission. We are not affiliated with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community.
All other trademarks are the property of their respective owners.