Kubernetes 클러스터를 생성, 삭제, 업그레이드 및 유지 관리. 더 많은 정보: https://github.com/kubernetes/kops/.
kops create cluster -f {{클러스터_이름.yaml}}
kops create secret sshpublickey {{키_이름}} -i {{~/.ssh/id_rsa.pub}}
~/.kube/config 파일로 내보내기:kops export kubecfg {{클러스터_이름}}
kops get cluster {{클러스터_이름}} -o yaml
kops delete cluster {{클러스터_이름}} --yes
kops validate cluster {{클러스터_이름}} --wait {{준비_시간}} --count {{필요한_검증_수}}