Forrest logo
back to context overview

kops

List of commands for kops:

  • kops:tldr:1ba13 kops: Create a new ssh public key.
    $ kops create secret sshpublickey ${key_name} -i ${~--ssh-id_rsa-pub}
    try on your machine
    explain this command
  • kops:tldr:2fc55 kops: Get the cluster configuration as YAML.
    $ kops get cluster ${cluster_name} -o yaml
    try on your machine
    explain this command
  • kops:tldr:3ffcb kops: Delete a cluster.
    $ kops delete cluster ${cluster_name} --yes
    try on your machine
    explain this command
  • kops:tldr:53c2c kops: Create a cluster from the configuration specification.
    $ kops create cluster -f ${cluster_name-yaml}
    try on your machine
    explain this command
  • kops:tldr:f802f kops: Export the cluster configuration to the `~/.kube/config` file.
    $ kops export kubecfg ${cluster_name}
    try on your machine
    explain this command
back to context overview