SUSE Multi-Linux Manager 서버 air-gapped 배포
1. air-gapped 배포란?
air-gapped 배포란 안전하지 않은 네트워크, 특히 인터넷으로부터 물리적으로 격리된 네트워크 시스템을 설정하고 운영하는 것을 의미합니다. 이러한 유형의 배포는 일반적으로 군사 설치, 금융 시스템, 중요 인프라 및 민감한 데이터를 처리하고 외부 위협으로부터 보호해야 하는, 보안 수준이 높은 모든 환경에서 사용됩니다.
인터넷이 연결된 컴퓨터에서 Podman, Docker 또는 Skopeo를 사용하여 컨테이너 이미지를 쉽게 배포할 수 있습니다.
Pull the desired image, then save the image as a tar archive. For example:
+ .Podman
podman pull registry.opensuse.org/uyuni/server:latest podman save --output server.tar registry.opensuse.org/uyuni/server:latest
+ .Docker
docker pull registry.opensuse.org/uyuni/server:latest docker save --output server.tar registry.opensuse.org/uyuni/server:latest
+ .Skopeo
skopeo copy docker://registry.opensuse.org/uyuni/server:latest docker-archive:server.tar:registry.opensuse.org/uyuni/server:latest
+
. 생성된 server-image.tar를 서버 컨테이너 호스트로 전송하고 다음 명령을 사용하여 로드합니다.
+ .Load the server image
podman load -i server.tar
1.1. Deploy SUSE Multi-Linux Manager on openSUSE Leap Micro
SUSE Multi-Linux Manager also provides all the needed container images in RPM packages that can be installed on the system.
|
User should make the needed RPM available on the internal network. That can be done by using a second SUSE Multi-Linux Manager Server or any kind of mirror. |
-
Install openSUSE Leap Micro.
-
시스템을 업데이트합니다.
-
Install tools packages and image packages (replace $ARCH$ with the correct architecture):
transactional-update pkg install mgradm* mgrctl* uyuni-server*-image* -
재부팅합니다.
-
Deploy SUSE Multi-Linux Manager with
mgradm. In an Air-gapped environment you may want to use the option--pullPolicy Never.
For more detailed information about installing SUSE Multi-Linux Manager Server on openSUSE Leap Micro, see Server Deployment.
SUSE Multi-Linux Manager 서버를 업그레이드하려면 시스템의 모든 패키지를 업그레이드하고 서버 업그레이드에 정의된 절차를 따릅니다.