버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

또한 교육과정 실습에 필요한 리눅스 vi 에디터 사용법, Shell 기초에 대한 내용 링크와 개인PC에서 실습환경을 위한 프로그램 설치 방법 전달 드립니다. 개인 PC에 프로그램 사전 설치 요청 드립니다.

  • Container/Docker 사전 학습 링크(아래 6건) : https://tech.osci.kr/space/TB/21002521546/%23Cloud

    • [Container 시리즈] 00. Container/ Docker란 뭔가요?

    • [Container 시리즈] 01. 도커를 설치하고 실행해보자! Docker on Amazon Linux

    • [Container 시리즈] 02. Docker사용법 Docker Basic Command

    • [Container 시리즈] 03. Docker File, Docker Image - 도커파일 및 이미지에 대하여

    • [Container 시리즈] 04. 실행중인 App 서비스를 컨테이너화 해보자!

    • [Container 시리즈] 05. Kubernetes란?

  • 원활한 실습을 위해 아래 사항 확인 바랍니다.

...

  1. Git

    1. 설치파일 링크 : http://git-scm.com/download/win

      1. Standalone Installer - 64-bit Git for Windows Setup (64.7MB)

  2. VirtualBox

    1. 설치파일 링크 : https://www.virtualbox.org/wiki/Downloads

      1. VirtualBox 7.0.18 platform packages - Windows hosts (105MB)

      2. VirtualBox 7.0.10 최신 버전 설치 시 Visual C++ Redistributable 2019 패키지 사전 설치를 요구

      3. Visual C++ Redistributable download & install https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version

      4. virtualbox install

  3. Vagrant

    1. 설치파일 링크 : https://developer.hashicorp.com/vagrant/install?product_intent=vagrant

      1. Windows - AMD64 (259MB)

  4. Vagrant 폴더 생성

    1. ex) C:\Users\USER_NAME\문서vagrant\vagrantubuntu

  5. Vagrant 이미지 다운로드

    1. Vagrant 폴더에서 터미널 실행

    2. $ vagrant init sysnet4admin/Ubuntu-k8s

      1. 폴더에 Vagrant 파일 생성 확인

    3. $ vagrant up

      1. 인터넷에서 Ubuntu 이미지 다운로드 후 VM 기동

  6. 기동 된 VM 확인(기본 계정 : vagrant/vagrant)

    1. vagrant 명령어로 확인

      1. $ vagrant box list

        image-20240514-034351.png
      2. 코드 블럭
        $ vagrant ssh default
        Welcome to Ubuntu 22.04.2 LTS (GNU/Linux 5.19.0-28-generic x86_64)
        
         * Documentation:  https://help.ubuntu.com
         * Management:     https://landscape.canonical.com
         * Support:        https://ubuntu.com/advantage
        
         * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
           just raised the bar for easy, resilient and secure K8s cluster deployment.
        
           https://ubuntu.com/engage/secure-kubernetes-at-the-edge
        
        Last login: Sat Mar 20 18:04:46 2021 from 10.0.2.2
        vagrant@k8s:~$
    2. VM 실행 중 확인

      1. VirtualBox에서 확인

      2. image-20240514-032242.png

...

  1. Git

    1. 설치파일 링크 : https://git-scm.com/download/mac

  2. VirtualBox

    1. Intel 칩 : https://download.virtualbox.org/virtualbox/7.0.18/VirtualBox-7.0.18-162988-OSX.dmg

    2. ARM(M1/M2) : https://download.virtualbox.org/virtualbox/7.0.8/VirtualBox-7.0.8_BETA4-156879-macOSArm64.dmg

  3. Vagrant

    1. 설치방법 : $ brew install vagrant

  4. Vagrant 폴더 생성

  5. VM 이미지 다운로드

    1. Vagrant 폴더에서 터미널 실행

    2. $ vagrant init sysnet4admin/Ubuntu-k8s

    3. $ vagrant up

  6. 기동 된 VM 확인(기본 계정 : vagrant/vagrant)

    1. 상세내용 Windows PC 항목 참고

첨부 파일