# To list the clusters
$ kops get cluster
# To edit this cluster
$ kops edit cluster cluster1.k8.rajeshkumar.xyz
# To edit node instance group
$ kops edit ig --name=cluster1.k8.rajeshkumar.xyz nodes
# To edit your master instance group
kops edit ig --name=cluster1.k8.raje
# To validate cluster
$ kops validate cluster
# Kop can create three kinds of resource:
$ kops help create
* cluster
* instancegroup
* secret
Creating a cluster, instancegroup or secret using command line parameters or YAML configuration specification files.
$ kops create -f FILENAME
$ kops create [command]