Rancher ハンズオン #03 on CloudGarage
4787 ワード
はじめに
こんにちは~
@FoxBoxsnet です。前日深夜になりかけてますが、明日の
Rancher ハンズオン #03 & モクモク勉強会 #07 - connpass
ハンズオン資料を作成してます。
参考
今回の環境
インスタンスの追加
RancherOS Config
name | value |
---|---|
hostname: | ホスト名の設定今回は host001 , host002 , host003
|
environment: | TimeZone を設定 TZ: 'JST-9'
|
ssh_authorized_keys: | SSH Key の追記 |
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
Author And Source
この問題について(Rancher ハンズオン #03 on CloudGarage), 我々は、より多くの情報をここで見つけました https://qiita.com/naa0yama/items/6a712fd79c6d17d14334著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .