Create, destroy, upgrade and maintain Kubernetes clusters from the command line. More informations: https://github.com/kubernetes/kops/.
kops create cluster -f {{cluster_name.yaml}}
kops create secret sshpublickey {{key_name}} -i {{~/.ssh/id_rsa.pub}}
kops export kubecfg {{cluster_name}}
kops get cluster {{cluster_name}} -o yaml
kops delete cluster {{cluster_name}} --yes