『 1 行でわかる Google Cloud Platform』 A3 版、A4 版 ( PDF 2 ページ構成 )
Cloud OnBoard - 福岡日時:2018 年 5 月 30 日(水)13 時-18 時会場:アクロス福岡 イベントホール 〒810-0001 福岡県福岡市中央区天神1−1−1参加費 : 無料
$gcloud container clusters create camilia-cluster --num-nodes=3
$kops create cluster --zones us-east-1a k8saws.usualwebsite.com
$kops update cluster k8saws.usualwebsite.com --yes
$kubectl run camilia-nginx --image=nginx --port 80
$kubectl expose deployment camilia-nginx --target-port=80 --type=NodePort
$kubectl scale deployment camilia-nginx --replicas=3