Alibaba Cloud에 설치
Alibaba Cloud에 OpenShift 컨테이너 플랫폼 설치
초록
1장. Assisted Installer를 사용하여 Alibaba Cloud에 클러스터 설치 링크 복사링크가 클립보드에 복사되었습니다!
알리바바 클라우드는 온라인 비즈니스와 글로벌 기업에 광범위한 클라우드 컴퓨팅 및 데이터 저장 서비스를 제공합니다. Assisted Installer를 사용하여 Alibaba Cloud에 OpenShift Container Platform 클러스터를 설치할 수 있습니다.
Assisted Installer를 사용하여 Alibaba Cloud를 설치하는 것은 기술 미리 보기 기능에 불과합니다. 기술 프리뷰 기능은 Red Hat 프로덕션 서비스 수준 계약(SLA)에서 지원되지 않으며 기능적으로 완전하지 않을 수 있습니다. 따라서 프로덕션 환경에서 사용하는 것은 권장하지 않습니다. 이러한 기능을 사용하면 향후 제품 기능을 조기에 이용할 수 있어 개발 과정에서 고객이 기능을 테스트하고 피드백을 제공할 수 있습니다.
Red Hat 기술 프리뷰 기능의 지원 범위에 대한 자세한 내용은 기술 프리뷰 기능 지원 범위를 참조하십시오.
1.1. Assisted Installer를 사용하여 클러스터를 생성하기 위한 프로세스 개요 링크 복사링크가 클립보드에 복사되었습니다!
설치 과정의 주요 단계는 다음과 같습니다.
- Assisted Installer를 사용하여 클러스터를 생성하고 생성된 이미지를 다운로드합니다.
-
이미지를
QCOW2
형식으로 변환합니다. 자세한 내용은 다음 섹션을 참조하세요. - Alibaba Cloud의 Object Storage Service 버킷에 이미지를 업로드합니다.
- Alibaba Cloud의 Elastic Compute Service로 이미지를 가져옵니다.
Alibaba Cloud 리소스 제공:
- VPC(Virtual Private Cloud) 콘솔에서 네트워킹 구성을 설정합니다.
- Alibaba Cloud DNS 콘솔에서 도메인 이름 시스템을 정의합니다.
- Elastic Compute Service(ECS) 콘솔에서 컴퓨팅 인스턴스를 프로비저닝합니다.
- Assisted Installer에서 호스트 검색을 완료합니다.
- Alibaba Cloud에서 네트워크 구성을 완료하세요.
- Assisted Installer에서 클러스터 구성 및 설치를 완료합니다.
1.2. Discovery 이미지를 QCOW2 형식으로 변환 링크 복사링크가 클립보드에 복사되었습니다!
생성된 ISO를 Alibaba Cloud로 가져오기 전에 QCOW2
형식으로 변환합니다.
사전 요구 사항
- 클러스터를 생성하고 Assisted Installer에서 검색 이미지를 다운로드했습니다.
- 데스크톱 머신 등 클러스터 외부의 Linux 머신에 액세스할 수 있습니다.
프로세스
- Linux 컴퓨터에서 명령줄 인터페이스를 엽니다.
다음 명령을 실행하여 시스템에서 가상화 플래그가 활성화되었는지 확인하세요.
grep -e lm -e svm -e vmx /proc/cpuinfo
$ grep -e lm -e svm -e vmx /proc/cpuinfo
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 다음 명령을 실행하여 RHEL 또는 Fedora 머신에
qemu-img
패키지를 설치합니다.sudo dnf install -y qemu-img
$ sudo dnf install -y qemu-img
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 참고시스템에서
APT
패키지 관리자를 사용하는 경우qemu-utils
라는 이름으로 패키지를 설치하세요.다음 명령을 실행하여 이미지를
QCOW2
로 변환합니다.qemu-img convert -O qcow2 ${CLUSTER_NAME}.iso ${CLUSTER_NAME}.qcow2
$ qemu-img convert -O qcow2 ${CLUSTER_NAME}.iso ${CLUSTER_NAME}.qcow2
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Legal Notice
링크 복사링크가 클립보드에 복사되었습니다!
Copyright © 2025 Red Hat
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.