Rancher 핸즈온 #03 on CloudGarage

소개



안녕하세요~
@FoxBoxsnet입니다. 전날 심야가되고 있지만 내일

Rancher 핸즈온 #03 & 목목공부회 #07 - connpass

핸즈온 자료를 작성하고 있습니다.

참고


  • CloudGarage 빨리 놀아 보았다 - Part.01 계정 등록
  • Rancher 핸즈온 #03 & 목목공부회 #07 - connpass
  • CloudGarage | 지금까지 없었던 정액형 퍼블릭 클라우드
  • 정액형 퍼블릭 클라우드 CloudGarage 제공 시작 – CloudGarage
  • 무료 체험 계획 이용 흐름 | CloudGarage 정액형 퍼블릭 클라우드

  • 이번 환경



    인스턴스 추가



    RancherOS Config




    이름
    value


    hostname:
    호스트 이름 설정 이번에는 host001, host002, host003
    environment:
    TimeZone 설정 TZ: 'JST-9'
    ssh_authorized_keys:
    SSH Key 추가


    스니펫을 그대로 붙여넣고y로 설치합니다.


    Host001 cloud-config.yml



    bash
    cat > cloud-config.yml <<EOF
    #cloud-config
    hostname: host001
    
    rancher:
      services:
        console:
          environment:
            TZ: 'JST-9'
        syslog:
          environment:
            TZ: 'JST-9'
    ssh_authorized_keys:
    - ssh-rsa AAAAB.........
    EOF
    
    sudo ros install -c cloud-config.yml -d /dev/vda
    
    

    Host002 cloud-config.yml



    bash
    cat > cloud-config.yml <<EOF
    #cloud-config
    hostname: host002
    
    rancher:
      services:
        console:
          environment:
            TZ: 'JST-9'
        syslog:
          environment:
            TZ: 'JST-9'
    ssh_authorized_keys:
    - ssh-rsa AAAAB.........
    EOF
    
    sudo ros install -c cloud-config.yml -d /dev/vda
    
    

    Host003 cloud-config.yml



    bash
    cat > cloud-config.yml <<EOF
    #cloud-config
    hostname: host003
    
    rancher:
      services:
        console:
          environment:
            TZ: 'JST-9'
        syslog:
          environment:
            TZ: 'JST-9'
    ssh_authorized_keys:
    - ssh-rsa AAAAB.........
    EOF
    
    sudo ros install -c cloud-config.yml -d /dev/vda
    
    

    Rancher Server Setup



    WordPress deploy



    Prometheus

    좋은 웹페이지 즐겨찾기