/
0. 선수지식 및 실습환경 준비

0. 선수지식 및 실습환경 준비

오픈소스컨설팅 Kubernetes 교육 과정 입과를 위해 알고 계시면 좋은 Container/Docker 관련 내용과 아래 오픈소스컨설팅 테크블로그의 게시글을 통해 공유 드리니 사전 학습 후 입과해주시기 바랍니다.

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

 

 


실습 환경을 위한 파일 설치 (Windows PC)

  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\ubuntu

  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

 

 

 


실습 환경을 위한 파일 설치 (MacBook)

  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 항목 참고

  파일 변경됨

PNG 파일 image-20240514-032242.png

2024-05-14 by 김호진

PNG 파일 image-20240514-034153.png

2024-05-14 by 김호진

PNG 파일 image-20240514-034226.png

2024-05-14 by 김호진

PNG 파일 image-20240514-034230.png

2024-05-14 by 김호진

PNG 파일 image-20240514-034256.png

2024-05-14 by 김호진

PNG 파일 image-20240514-034351.png

2024-05-14 by 김호진

파일 vagrant_2.4.1_windows_amd64.msi

2024-05-23 by 김호진

파일 VirtualBox-7.0.18-162988-Win.exe

2024-05-23 by 김호진

파일 Git-2.45.1-64-bit.exe

2024-05-23 by 김호진

파일 VC_redist.x64.exe

2024-05-23 by 김호진

Related content

1. 쿠버네티스 실습환경 구축
1. 쿠버네티스 실습환경 구축
Read with this
2024_05_열린기술공방_K8s_3Days
2024_05_열린기술공방_K8s_3Days
Read with this
[1일차 숙제] Rancher Desktop
[1일차 숙제] Rancher Desktop
Read with this
14. 애플리케이션 배포(CD)
14. 애플리케이션 배포(CD)
Read with this